Stratosphere.ApiGateway.VpcLink
data VpcLink Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-vpclink.html#cfn-apigateway-vpclink-targetarns
Defined in Stratosphere.ApiGateway.VpcLink
Methods
toJSON :: VpcLink -> Value #
toEncoding :: VpcLink -> Encoding #
toJSONList :: [VpcLink] -> Value #
toEncodingList :: [VpcLink] -> Encoding #
omitField :: VpcLink -> Bool #
showsPrec :: Int -> VpcLink -> ShowS #
show :: VpcLink -> String #
showList :: [VpcLink] -> ShowS #
(==) :: VpcLink -> VpcLink -> Bool #
(/=) :: VpcLink -> VpcLink -> Bool #
toResourceProperties :: VpcLink -> ResourceProperties #
Associated Types
set :: PropertyType "Description" VpcLink -> VpcLink -> VpcLink #
set :: PropertyType "Name" VpcLink -> VpcLink -> VpcLink #
set :: PropertyType "Tags" VpcLink -> VpcLink -> VpcLink #
set :: PropertyType "TargetArns" VpcLink -> VpcLink -> VpcLink #
mkVpcLink :: Value Text -> ValueList Text -> VpcLink Source #