Class CfnTransitGatewayVpcAttachment.OptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachment.OptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTransitGatewayVpcAttachment.OptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransitGatewayVpcAttachment.OptionsProperty
@Stability(Stable)
@Internal
public static final class CfnTransitGatewayVpcAttachment.OptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransitGatewayVpcAttachment.OptionsProperty
An implementation for
CfnTransitGatewayVpcAttachment.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.CfnTransitGatewayVpcAttachment.OptionsProperty
CfnTransitGatewayVpcAttachment.OptionsProperty.Builder, CfnTransitGatewayVpcAttachment.OptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransitGatewayVpcAttachment.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 theCfnTransitGatewayVpcAttachment.OptionsProperty.Builder.
-
-
Method Details
-
getApplianceModeSupport
Description copied from interface:CfnTransitGatewayVpcAttachment.OptionsPropertyEnable or disable appliance mode support.The default is
disable.- Specified by:
getApplianceModeSupportin interfaceCfnTransitGatewayVpcAttachment.OptionsProperty- See Also:
-
getDnsSupport
Description copied from interface:CfnTransitGatewayVpcAttachment.OptionsPropertyEnable or disable DNS support.The default is
disable.- Specified by:
getDnsSupportin interfaceCfnTransitGatewayVpcAttachment.OptionsProperty- See Also:
-
getIpv6Support
Description copied from interface:CfnTransitGatewayVpcAttachment.OptionsPropertyEnable or disable IPv6 support.The default is
disable.- Specified by:
getIpv6Supportin interfaceCfnTransitGatewayVpcAttachment.OptionsProperty- See Also:
-
getSecurityGroupReferencingSupport
Description copied from interface:CfnTransitGatewayVpcAttachment.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 interfaceCfnTransitGatewayVpcAttachment.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()
-