interface ITransitGatewayVpcAttachmentOptions
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ec2.Alpha.ITransitGatewayVpcAttachmentOptions |
![]() | github.com/aws/aws-cdk-go/awsec2alpha/v2#ITransitGatewayVpcAttachmentOptions |
![]() | software.amazon.awscdk.services.ec2.alpha.ITransitGatewayVpcAttachmentOptions |
![]() | aws_cdk.aws_ec2_alpha.ITransitGatewayVpcAttachmentOptions |
![]() | @aws-cdk/aws-ec2-alpha ยป ITransitGatewayVpcAttachmentOptions |
Options for Transit Gateway VPC Attachment.
Properties
Name | Type | Description |
---|---|---|
appliance | boolean | Enable or disable appliance mode support. |
dns | boolean | Enable or disable DNS support. |
ipv6 | boolean | Enable or disable IPv6 support. |
security | boolean | Enables you to reference a security group across VPCs attached to a transit gateway. |
applianceModeSupport?
Type:
boolean
(optional, default: disable (false))
Enable or disable appliance mode support.
dnsSupport?
Type:
boolean
(optional, default: disable (false))
Enable or disable DNS support.
ipv6Support?
Type:
boolean
(optional, default: disable (false))
Enable or disable IPv6 support.
securityGroupReferencingSupport?
Type:
boolean
(optional, default: disable (false))
Enables you to reference a security group across VPCs attached to a transit gateway.