Class CfnVpcAttachment.VpcOptionsProperty
Describes the VPC options.
Inheritance
System.Object
CfnVpcAttachment.VpcOptionsProperty
Implements
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class VpcOptionsProperty : Object, CfnVpcAttachment.IVpcOptionsProperty
Syntax (vb)
Public Class VpcOptionsProperty
Inherits Object
Implements CfnVpcAttachment.IVpcOptionsProperty
Remarks
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
Constructors
VpcOptionsProperty() |
Properties
ApplianceModeSupport | Indicates whether appliance mode is supported. |
Ipv6Support | Indicates whether IPv6 is supported. |
Constructors
VpcOptionsProperty()
public VpcOptionsProperty()
Properties
ApplianceModeSupport
Indicates whether appliance mode is supported.
public object ApplianceModeSupport { get; set; }
Property Value
System.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
Ipv6Support
Indicates whether IPv6 is supported.
public object Ipv6Support { get; set; }
Property Value
System.Object