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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachment.OptionsProperty
CfnTransitGatewayAttachment.OptionsProperty.Builder, CfnTransitGatewayAttachment.OptionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTransitGatewayAttachment.OptionsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
Enable or disable appliance mode support.final String
Enable or disable DNS support.final String
Enable or disable IPv6 support.final String
Enables you to reference a security group across VPCs attached to a transit gateway (TGW).final int
hashCode()
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.OptionsProperty
Enable or disable appliance mode support.The default is
disable
.- Specified by:
getApplianceModeSupport
in interfaceCfnTransitGatewayAttachment.OptionsProperty
- See Also:
-
getDnsSupport
Description copied from interface:CfnTransitGatewayAttachment.OptionsProperty
Enable or disable DNS support.The default is
disable
.- Specified by:
getDnsSupport
in interfaceCfnTransitGatewayAttachment.OptionsProperty
- See Also:
-
getIpv6Support
Description copied from interface:CfnTransitGatewayAttachment.OptionsProperty
Enable or disable IPv6 support.The default is
disable
.- Specified by:
getIpv6Support
in interfaceCfnTransitGatewayAttachment.OptionsProperty
- See Also:
-
getSecurityGroupReferencingSupport
Description copied from interface:CfnTransitGatewayAttachment.OptionsProperty
Enables 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:
getSecurityGroupReferencingSupport
in interfaceCfnTransitGatewayAttachment.OptionsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-