Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-transitgatewayvpcattachment.json
Parent schema serverless-framework-configuration
Type: object

Resource Type definition for AWS::EC2::TransitGatewayVpcAttachment. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-transitgateway

Properties

TransitGatewayId string | Aws_CF_FunctionString required
VpcId string | Aws_CF_FunctionString required
SubnetIds string[] required
AddSubnetIds string[]
RemoveSubnetIds string[]
Tags Tag[]
Options object

The options for the transit gateway vpc attachment.

3 nested properties
DnsSupport string | Aws_CF_FunctionString

Indicates whether to enable DNS Support for Vpc Attachment. Valid Values: enable | disable

Ipv6Support string | Aws_CF_FunctionString

Indicates whether to enable Ipv6 Support for Vpc Attachment. Valid Values: enable | disable

ApplianceModeSupport string | Aws_CF_FunctionString

Indicates whether to enable Ipv6 Support for Vpc Attachment. Valid Values: enable | disable

Definitions

Tag object
Key string | Aws_CF_FunctionString required
Value string | Aws_CF_FunctionString required