Stratosphere.RDS.DBProxy
module Stratosphere.RDS.DBProxy.AuthFormatProperty
module Stratosphere.RDS.DBProxy.TagFormatProperty
data DBProxy Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-auth
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-dbproxyname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-debuglogging
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-defaultauthscheme
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-endpointnetworktype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-enginefamily
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-idleclienttimeout
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-requiretls
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-rolearn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-targetconnectionnetworktype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-vpcsecuritygroupids
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-vpcsubnetids
Defined in Stratosphere.RDS.DBProxy
Methods
toJSON :: DBProxy -> Value #
toEncoding :: DBProxy -> Encoding #
toJSONList :: [DBProxy] -> Value #
toEncodingList :: [DBProxy] -> Encoding #
omitField :: DBProxy -> Bool #
showsPrec :: Int -> DBProxy -> ShowS #
show :: DBProxy -> String #
showList :: [DBProxy] -> ShowS #
(==) :: DBProxy -> DBProxy -> Bool #
(/=) :: DBProxy -> DBProxy -> Bool #
toResourceProperties :: DBProxy -> ResourceProperties #
Associated Types
set :: PropertyType "Auth" DBProxy -> DBProxy -> DBProxy #
set :: PropertyType "DBProxyName" DBProxy -> DBProxy -> DBProxy #
set :: PropertyType "DebugLogging" DBProxy -> DBProxy -> DBProxy #
set :: PropertyType "DefaultAuthScheme" DBProxy -> DBProxy -> DBProxy #
set :: PropertyType "EndpointNetworkType" DBProxy -> DBProxy -> DBProxy #
set :: PropertyType "EngineFamily" DBProxy -> DBProxy -> DBProxy #
set :: PropertyType "IdleClientTimeout" DBProxy -> DBProxy -> DBProxy #
set :: PropertyType "RequireTLS" DBProxy -> DBProxy -> DBProxy #
set :: PropertyType "RoleArn" DBProxy -> DBProxy -> DBProxy #
set :: PropertyType "Tags" DBProxy -> DBProxy -> DBProxy #
set :: PropertyType "TargetConnectionNetworkType" DBProxy -> DBProxy -> DBProxy #
set :: PropertyType "VpcSecurityGroupIds" DBProxy -> DBProxy -> DBProxy #
set :: PropertyType "VpcSubnetIds" DBProxy -> DBProxy -> DBProxy #
mkDBProxy :: Value Text -> Value Text -> Value Text -> ValueList Text -> DBProxy Source #