aws-cdk-lib.aws_ec2.CfnTransitGatewayVpcAttachment.OptionsProperty

interface OptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.EC2.CfnTransitGatewayVpcAttachment.OptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnTransitGatewayVpcAttachment_OptionsProperty
Javasoftware.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachment.OptionsProperty
Pythonaws_cdk.aws_ec2.CfnTransitGatewayVpcAttachment.OptionsProperty
TypeScript aws-cdk-lib » aws_ec2 » CfnTransitGatewayVpcAttachment » OptionsProperty

Describes the VPC attachment options.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const optionsProperty: ec2.CfnTransitGatewayVpcAttachment.OptionsProperty = {
  applianceModeSupport: 'applianceModeSupport',
  dnsSupport: 'dnsSupport',
  ipv6Support: 'ipv6Support',
};

Properties

NameTypeDescription
applianceModeSupport?stringEnable or disable appliance mode support.
dnsSupport?stringEnable or disable DNS support.
ipv6Support?stringEnable or disable IPv6 support.

applianceModeSupport?

Type: string (optional)

Enable or disable appliance mode support.

The default is disable .


dnsSupport?

Type: string (optional)

Enable or disable DNS support.

The default is disable .


ipv6Support?

Type: string (optional)

Enable or disable IPv6 support.

The default is disable .