Class ITransitGatewayVpcAttachmentOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.alpha.ITransitGatewayVpcAttachmentOptions.Jsii$Proxy
- All Implemented Interfaces:
ITransitGatewayVpcAttachmentOptions,ITransitGatewayVpcAttachmentOptions.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ITransitGatewayVpcAttachmentOptions
@Internal
public static final class ITransitGatewayVpcAttachmentOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ITransitGatewayVpcAttachmentOptions.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.alpha.ITransitGatewayVpcAttachmentOptions
ITransitGatewayVpcAttachmentOptions.Jsii$Default, ITransitGatewayVpcAttachmentOptions.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Boolean(experimental) Enable or disable appliance mode support.final Boolean(experimental) Enable or disable DNS support.final Boolean(experimental) Enable or disable IPv6 support.final Boolean(experimental) Enables you to reference a security group across VPCs attached to a transit gateway.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getApplianceModeSupport
(experimental) Enable or disable appliance mode support.Default: - disable (false)
- Specified by:
getApplianceModeSupportin interfaceITransitGatewayVpcAttachmentOptions- Specified by:
getApplianceModeSupportin interfaceITransitGatewayVpcAttachmentOptions.Jsii$Default
-
getDnsSupport
(experimental) Enable or disable DNS support.Default: - disable (false)
- Specified by:
getDnsSupportin interfaceITransitGatewayVpcAttachmentOptions- Specified by:
getDnsSupportin interfaceITransitGatewayVpcAttachmentOptions.Jsii$Default
-
getIpv6Support
(experimental) Enable or disable IPv6 support.Default: - disable (false)
- Specified by:
getIpv6Supportin interfaceITransitGatewayVpcAttachmentOptions- Specified by:
getIpv6Supportin interfaceITransitGatewayVpcAttachmentOptions.Jsii$Default
-
getSecurityGroupReferencingSupport
(experimental) Enables you to reference a security group across VPCs attached to a transit gateway.Default: - disable (false)
- Specified by:
getSecurityGroupReferencingSupportin interfaceITransitGatewayVpcAttachmentOptions- Specified by:
getSecurityGroupReferencingSupportin interfaceITransitGatewayVpcAttachmentOptions.Jsii$Default
-