Class CfnTransitGatewayProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnTransitGatewayProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTransitGatewayProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransitGatewayProps
@Stability(Stable)
@Internal
public static final class CfnTransitGatewayProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransitGatewayProps
An implementation for
CfnTransitGatewayProps
-
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.CfnTransitGatewayProps
CfnTransitGatewayProps.Builder, CfnTransitGatewayProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnTransitGatewayProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTransitGatewayProps.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 Number
A private Autonomous System Number (ASN) for the Amazon side of a BGP session.final String
The ID of the default association route table.final String
Enable or disable automatic acceptance of attachment requests.final String
Enable or disable automatic association with the default association route table.final String
Enable or disable automatic propagation of routes to the default propagation route table.final String
The description of the transit gateway.final String
Enable or disable DNS support.final String
Indicates whether multicast is enabled on the transit gateway.final String
The ID of the default propagation route table.final String
Enables you to reference a security group across VPCs attached to a transit gateway (TGW).getTags()
The tags for the transit gateway.The transit gateway CIDR blocks.final String
Enable or disable Equal Cost Multipath Protocol support.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 theCfnTransitGatewayProps.Builder
.
-
-
Method Details
-
getAmazonSideAsn
Description copied from interface:CfnTransitGatewayProps
A private Autonomous System Number (ASN) for the Amazon side of a BGP session.The range is 64512 to 65534 for 16-bit ASNs. The default is 64512.
- Specified by:
getAmazonSideAsn
in interfaceCfnTransitGatewayProps
- See Also:
-
getAssociationDefaultRouteTableId
Description copied from interface:CfnTransitGatewayProps
The ID of the default association route table.- Specified by:
getAssociationDefaultRouteTableId
in interfaceCfnTransitGatewayProps
- See Also:
-
getDefaultRouteTableAssociation
Description copied from interface:CfnTransitGatewayProps
Enable or disable automatic association with the default association route table.Enabled by default.
- Specified by:
getDefaultRouteTableAssociation
in interfaceCfnTransitGatewayProps
- See Also:
-
getDefaultRouteTablePropagation
Description copied from interface:CfnTransitGatewayProps
Enable or disable automatic propagation of routes to the default propagation route table.Enabled by default.
- Specified by:
getDefaultRouteTablePropagation
in interfaceCfnTransitGatewayProps
- See Also:
-
getDescription
Description copied from interface:CfnTransitGatewayProps
The description of the transit gateway.- Specified by:
getDescription
in interfaceCfnTransitGatewayProps
- See Also:
-
getDnsSupport
Description copied from interface:CfnTransitGatewayProps
Enable or disable DNS support.Enabled by default.
- Specified by:
getDnsSupport
in interfaceCfnTransitGatewayProps
- See Also:
-
getMulticastSupport
Description copied from interface:CfnTransitGatewayProps
Indicates whether multicast is enabled on the transit gateway.- Specified by:
getMulticastSupport
in interfaceCfnTransitGatewayProps
- See Also:
-
getPropagationDefaultRouteTableId
Description copied from interface:CfnTransitGatewayProps
The ID of the default propagation route table.- Specified by:
getPropagationDefaultRouteTableId
in interfaceCfnTransitGatewayProps
- See Also:
-
getSecurityGroupReferencingSupport
Description copied from interface:CfnTransitGatewayProps
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 interfaceCfnTransitGatewayProps
- See Also:
-
getTags
Description copied from interface:CfnTransitGatewayProps
The tags for the transit gateway.- Specified by:
getTags
in interfaceCfnTransitGatewayProps
- See Also:
-
getTransitGatewayCidrBlocks
Description copied from interface:CfnTransitGatewayProps
The transit gateway CIDR blocks.- Specified by:
getTransitGatewayCidrBlocks
in interfaceCfnTransitGatewayProps
- See Also:
-
getVpnEcmpSupport
Description copied from interface:CfnTransitGatewayProps
Enable or disable Equal Cost Multipath Protocol support.Enabled by default.
- Specified by:
getVpnEcmpSupport
in interfaceCfnTransitGatewayProps
- 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()
-