Show / Hide Table of Contents

Interface CfnVpcAttachment.IVpcOptionsProperty

Describes the VPC options.

Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnVpcAttachment.IVpcOptionsProperty
Syntax (vb)
Public Interface CfnVpcAttachment.IVpcOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-vpcattachment-vpcoptions.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.NetworkManager;

             var vpcOptionsProperty = new VpcOptionsProperty {
                 ApplianceModeSupport = false,
                 Ipv6Support = false
             };

Synopsis

Properties

ApplianceModeSupport

Indicates whether appliance mode is supported.

Ipv6Support

Indicates whether IPv6 is supported.

Properties

ApplianceModeSupport

Indicates whether appliance mode is supported.

object? ApplianceModeSupport { get; }
Property Value

object

Remarks

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 .

Default: - false

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-vpcattachment-vpcoptions.html#cfn-networkmanager-vpcattachment-vpcoptions-appliancemodesupport

Ipv6Support

Indicates whether IPv6 is supported.

object? Ipv6Support { get; }
Property Value

object

Remarks

Default: - false

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-vpcattachment-vpcoptions.html#cfn-networkmanager-vpcattachment-vpcoptions-ipv6support

Back to top Generated by DocFX