Class CfnTransitGatewayMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTransitGatewayMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransitGatewayMixinProps
CfnTransitGatewayMixinProps-
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.cfnpropertymixins.services.ec2.CfnTransitGatewayMixinProps
CfnTransitGatewayMixinProps.Builder, CfnTransitGatewayMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransitGatewayMixinProps.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 StringEnable or disable encryption support.final StringIndicates whether multicast is enabled on the transit gateway.final StringThe ID of the default propagation route table.final StringEnables 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 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 theCfnTransitGatewayMixinProps.Builder.
-
-
Method Details
-
getAmazonSideAsn
Description copied from interface:CfnTransitGatewayMixinPropsA 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 interfaceCfnTransitGatewayMixinProps- See Also:
-
getAssociationDefaultRouteTableId
Description copied from interface:CfnTransitGatewayMixinPropsThe ID of the default association route table.- Specified by:
getAssociationDefaultRouteTableIdin interfaceCfnTransitGatewayMixinProps- See Also:
-
getDefaultRouteTableAssociation
Description copied from interface:CfnTransitGatewayMixinPropsEnable or disable automatic association with the default association route table.Enabled by default. If
DefaultRouteTableAssociationis set to enable, AWS Transit Gateway will create the default transit gateway route table.- Specified by:
getDefaultRouteTableAssociationin interfaceCfnTransitGatewayMixinProps- See Also:
-
getDefaultRouteTablePropagation
Description copied from interface:CfnTransitGatewayMixinPropsEnable or disable automatic propagation of routes to the default propagation route table.Enabled by default. If
DefaultRouteTablePropagationis set to enable, AWS Transit Gateway will create the default transit gateway route table.- Specified by:
getDefaultRouteTablePropagationin interfaceCfnTransitGatewayMixinProps- See Also:
-
getDescription
Description copied from interface:CfnTransitGatewayMixinPropsThe description of the transit gateway.- Specified by:
getDescriptionin interfaceCfnTransitGatewayMixinProps- See Also:
-
getDnsSupport
Description copied from interface:CfnTransitGatewayMixinPropsEnable or disable DNS support.Enabled by default.
- Specified by:
getDnsSupportin interfaceCfnTransitGatewayMixinProps- See Also:
-
getEncryptionSupport
Description copied from interface:CfnTransitGatewayMixinPropsEnable or disable encryption support.Disabled by default.
- Specified by:
getEncryptionSupportin interfaceCfnTransitGatewayMixinProps- See Also:
-
getMulticastSupport
Description copied from interface:CfnTransitGatewayMixinPropsIndicates whether multicast is enabled on the transit gateway.- Specified by:
getMulticastSupportin interfaceCfnTransitGatewayMixinProps- See Also:
-
getPropagationDefaultRouteTableId
Description copied from interface:CfnTransitGatewayMixinPropsThe ID of the default propagation route table.- Specified by:
getPropagationDefaultRouteTableIdin interfaceCfnTransitGatewayMixinProps- See Also:
-
getSecurityGroupReferencingSupport
Description copied from interface:CfnTransitGatewayMixinPropsEnables 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 interfaceCfnTransitGatewayMixinProps- See Also:
-
getTags
Description copied from interface:CfnTransitGatewayMixinPropsThe tags for the transit gateway.- Specified by:
getTagsin interfaceCfnTransitGatewayMixinProps- See Also:
-
getTransitGatewayCidrBlocks
Description copied from interface:CfnTransitGatewayMixinPropsThe transit gateway CIDR blocks.- Specified by:
getTransitGatewayCidrBlocksin interfaceCfnTransitGatewayMixinProps- See Also:
-
getVpnEcmpSupport
Description copied from interface:CfnTransitGatewayMixinPropsEnable or disable Equal Cost Multipath Protocol support.Enabled by default.
- Specified by:
getVpnEcmpSupportin interfaceCfnTransitGatewayMixinProps- 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()
-