Class CfnTransitGatewayAttachment.OptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachment.OptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTransitGatewayAttachment.OptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransitGatewayAttachment.OptionsProperty
@Stability(Stable)
@Internal
public static final class CfnTransitGatewayAttachment.OptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransitGatewayAttachment.OptionsProperty
An implementation for
CfnTransitGatewayAttachment.OptionsProperty-
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.CfnTransitGatewayAttachment.OptionsProperty
CfnTransitGatewayAttachment.OptionsProperty.Builder, CfnTransitGatewayAttachment.OptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransitGatewayAttachment.OptionsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringEnable or disable appliance mode support.final StringEnable or disable DNS support.final StringEnable or disable IPv6 support.final StringEnables you to reference a security group across VPCs attached to a transit gateway (TGW).final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTransitGatewayAttachment.OptionsProperty.Builder.
-
-
Method Details
-
getApplianceModeSupport
Description copied from interface:CfnTransitGatewayAttachment.OptionsPropertyEnable or disable appliance mode support.The default is
disable.- Specified by:
getApplianceModeSupportin interfaceCfnTransitGatewayAttachment.OptionsProperty- See Also:
-
getDnsSupport
Description copied from interface:CfnTransitGatewayAttachment.OptionsPropertyEnable or disable DNS support.The default is
disable.- Specified by:
getDnsSupportin interfaceCfnTransitGatewayAttachment.OptionsProperty- See Also:
-
getIpv6Support
Description copied from interface:CfnTransitGatewayAttachment.OptionsPropertyEnable or disable IPv6 support.The default is
disable.- Specified by:
getIpv6Supportin interfaceCfnTransitGatewayAttachment.OptionsProperty- See Also:
-
getSecurityGroupReferencingSupport
Description copied from interface:CfnTransitGatewayAttachment.OptionsPropertyEnables you to reference a security group across VPCs attached to a transit gateway (TGW).Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.
For important information about this feature, see Create a transit gateway in the AWS Transit Gateway Guide .
- Specified by:
getSecurityGroupReferencingSupportin interfaceCfnTransitGatewayAttachment.OptionsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-