Interface CfnTransitGatewayVpcAttachment.OptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTransitGatewayVpcAttachment.OptionsProperty.Jsii$Proxy
- Enclosing class:
- CfnTransitGatewayVpcAttachment
@Stability(Stable)
public static interface CfnTransitGatewayVpcAttachment.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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTransitGatewayVpcAttachment.OptionsPropertystatic final classAn implementation forCfnTransitGatewayVpcAttachment.OptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplianceModeSupport
Indicates whether appliance mode support is enabled. -
getDnsSupport
Indicates whether DNS support is enabled. -
getIpv6Support
Indicates whether IPv6 support is disabled. -
builder
-