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.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
-
getAssociationDefaultRouteTableId
Description copied from interface:CfnTransitGatewayProps
The ID of the default association route table.- Specified by:
getAssociationDefaultRouteTableId
in interfaceCfnTransitGatewayProps
-
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
-
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
-
getDescription
Description copied from interface:CfnTransitGatewayProps
The description of the transit gateway.- Specified by:
getDescription
in interfaceCfnTransitGatewayProps
-
getDnsSupport
Description copied from interface:CfnTransitGatewayProps
Enable or disable DNS support.Enabled by default.
- Specified by:
getDnsSupport
in interfaceCfnTransitGatewayProps
-
getMulticastSupport
Description copied from interface:CfnTransitGatewayProps
Indicates whether multicast is enabled on the transit gateway.- Specified by:
getMulticastSupport
in interfaceCfnTransitGatewayProps
-
getPropagationDefaultRouteTableId
Description copied from interface:CfnTransitGatewayProps
The ID of the default propagation route table.- Specified by:
getPropagationDefaultRouteTableId
in interfaceCfnTransitGatewayProps
-
getTags
Description copied from interface:CfnTransitGatewayProps
The tags for the transit gateway.- Specified by:
getTags
in interfaceCfnTransitGatewayProps
-
getTransitGatewayCidrBlocks
Description copied from interface:CfnTransitGatewayProps
The transit gateway CIDR blocks.- Specified by:
getTransitGatewayCidrBlocks
in interfaceCfnTransitGatewayProps
-
getVpnEcmpSupport
Description copied from interface:CfnTransitGatewayProps
Enable or disable Equal Cost Multipath Protocol support.Enabled by default.
- Specified by:
getVpnEcmpSupport
in interfaceCfnTransitGatewayProps
-
$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()
-