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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnTransitGatewayProps
CfnTransitGatewayProps.Builder, CfnTransitGatewayProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTransitGatewayProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTransitGatewayProps.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 NumberA private Autonomous System Number (ASN) for the Amazon side of a BGP session.final StringThe ID of the default association route table.final StringEnable or disable automatic acceptance of attachment requests.final StringEnable or disable automatic association with the default association route table.final StringEnable or disable automatic propagation of routes to the default propagation route table.final StringThe description of the transit gateway.final StringEnable or disable DNS support.final StringIndicates whether multicast is enabled on the transit gateway.final StringThe ID of the default propagation route table.getTags()The tags for the transit gateway.The transit gateway CIDR blocks.final StringEnable or disable Equal Cost Multipath Protocol support.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 theCfnTransitGatewayProps.Builder.
-
-
Method Details
-
getAmazonSideAsn
Description copied from interface:CfnTransitGatewayPropsA 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:
getAmazonSideAsnin interfaceCfnTransitGatewayProps
-
getAssociationDefaultRouteTableId
Description copied from interface:CfnTransitGatewayPropsThe ID of the default association route table.- Specified by:
getAssociationDefaultRouteTableIdin interfaceCfnTransitGatewayProps
-
getDefaultRouteTableAssociation
Description copied from interface:CfnTransitGatewayPropsEnable or disable automatic association with the default association route table.Enabled by default.
- Specified by:
getDefaultRouteTableAssociationin interfaceCfnTransitGatewayProps
-
getDefaultRouteTablePropagation
Description copied from interface:CfnTransitGatewayPropsEnable or disable automatic propagation of routes to the default propagation route table.Enabled by default.
- Specified by:
getDefaultRouteTablePropagationin interfaceCfnTransitGatewayProps
-
getDescription
Description copied from interface:CfnTransitGatewayPropsThe description of the transit gateway.- Specified by:
getDescriptionin interfaceCfnTransitGatewayProps
-
getDnsSupport
Description copied from interface:CfnTransitGatewayPropsEnable or disable DNS support.Enabled by default.
- Specified by:
getDnsSupportin interfaceCfnTransitGatewayProps
-
getMulticastSupport
Description copied from interface:CfnTransitGatewayPropsIndicates whether multicast is enabled on the transit gateway.- Specified by:
getMulticastSupportin interfaceCfnTransitGatewayProps
-
getPropagationDefaultRouteTableId
Description copied from interface:CfnTransitGatewayPropsThe ID of the default propagation route table.- Specified by:
getPropagationDefaultRouteTableIdin interfaceCfnTransitGatewayProps
-
getTags
Description copied from interface:CfnTransitGatewayPropsThe tags for the transit gateway.- Specified by:
getTagsin interfaceCfnTransitGatewayProps
-
getTransitGatewayCidrBlocks
Description copied from interface:CfnTransitGatewayPropsThe transit gateway CIDR blocks.- Specified by:
getTransitGatewayCidrBlocksin interfaceCfnTransitGatewayProps
-
getVpnEcmpSupport
Description copied from interface:CfnTransitGatewayPropsEnable or disable Equal Cost Multipath Protocol support.Enabled by default.
- Specified by:
getVpnEcmpSupportin interfaceCfnTransitGatewayProps
-
$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()
-