Interface CfnTransitGatewayAttachment.OptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTransitGatewayAttachment.OptionsProperty.Jsii$Proxy
- Enclosing class:
CfnTransitGatewayAttachment
@Stability(Stable)
public static interface CfnTransitGatewayAttachment.OptionsProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.ec2.*;
OptionsProperty optionsProperty = OptionsProperty.builder()
.applianceModeSupport("applianceModeSupport")
.dnsSupport("dnsSupport")
.ipv6Support("ipv6Support")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTransitGatewayAttachment.OptionsPropertystatic final classAn implementation forCfnTransitGatewayAttachment.OptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplianceModeSupport
Enable or disable appliance mode support.The default is
disable.- See Also:
-
getDnsSupport
Enable or disable DNS support.The default is
disable.- See Also:
-
getIpv6Support
Enable or disable IPv6 support.The default is
disable.- See Also:
-
builder
-