Stratosphere.MSK.VpcConnection
data VpcConnection Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-vpcconnection.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-vpcconnection.html#cfn-msk-vpcconnection-authentication
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-vpcconnection.html#cfn-msk-vpcconnection-clientsubnets
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-vpcconnection.html#cfn-msk-vpcconnection-securitygroups
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-vpcconnection.html#cfn-msk-vpcconnection-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-vpcconnection.html#cfn-msk-vpcconnection-targetclusterarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-vpcconnection.html#cfn-msk-vpcconnection-vpcid
Defined in Stratosphere.MSK.VpcConnection
Methods
toJSON :: VpcConnection -> Value #
toEncoding :: VpcConnection -> Encoding #
toJSONList :: [VpcConnection] -> Value #
toEncodingList :: [VpcConnection] -> Encoding #
omitField :: VpcConnection -> Bool #
showsPrec :: Int -> VpcConnection -> ShowS #
show :: VpcConnection -> String #
showList :: [VpcConnection] -> ShowS #
(==) :: VpcConnection -> VpcConnection -> Bool #
(/=) :: VpcConnection -> VpcConnection -> Bool #
toResourceProperties :: VpcConnection -> ResourceProperties #
Associated Types
set :: PropertyType "Authentication" VpcConnection -> VpcConnection -> VpcConnection #
set :: PropertyType "ClientSubnets" VpcConnection -> VpcConnection -> VpcConnection #
set :: PropertyType "SecurityGroups" VpcConnection -> VpcConnection -> VpcConnection #
set :: PropertyType "Tags" VpcConnection -> VpcConnection -> VpcConnection #
set :: PropertyType "TargetClusterArn" VpcConnection -> VpcConnection -> VpcConnection #
set :: PropertyType "VpcId" VpcConnection -> VpcConnection -> VpcConnection #
mkVpcConnection :: Value Text -> ValueList Text -> ValueList Text -> Value Text -> Value Text -> VpcConnection Source #