aws-cdk-lib.aws_networkmanager.CfnVpcAttachment.VpcOptionsProperty

interface VpcOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.NetworkManager.CfnVpcAttachment.VpcOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsnetworkmanager#CfnVpcAttachment_VpcOptionsProperty
Javasoftware.amazon.awscdk.services.networkmanager.CfnVpcAttachment.VpcOptionsProperty
Pythonaws_cdk.aws_networkmanager.CfnVpcAttachment.VpcOptionsProperty
TypeScript aws-cdk-lib » aws_networkmanager » CfnVpcAttachment » VpcOptionsProperty

Describes the VPC options.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_networkmanager as networkmanager } from 'aws-cdk-lib';
const vpcOptionsProperty: networkmanager.CfnVpcAttachment.VpcOptionsProperty = {
  applianceModeSupport: false,
  ipv6Support: false,
};

Properties

NameTypeDescription
applianceModeSupport?boolean | IResolvableIndicates whether appliance mode is supported.
ipv6Support?boolean | IResolvableIndicates whether IPv6 is supported.

applianceModeSupport?

Type: boolean | IResolvable (optional)

Indicates whether appliance mode is supported.

If enabled, traffic flow between a source and destination use the same Availability Zone for the VPC attachment for the lifetime of that flow. The default value is false .


ipv6Support?

Type: boolean | IResolvable (optional)

Indicates whether IPv6 is supported.