Class TransitGatewayBlackholeRouteProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.alpha.TransitGatewayBlackholeRouteProps.Jsii$Proxy
- All Implemented Interfaces:
BaseTransitGatewayRouteProps,TransitGatewayBlackholeRouteProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
TransitGatewayBlackholeRouteProps
@Stability(Experimental)
@Internal
public static final class TransitGatewayBlackholeRouteProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements TransitGatewayBlackholeRouteProps
An implementation for
TransitGatewayBlackholeRouteProps-
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.alpha.TransitGatewayBlackholeRouteProps
TransitGatewayBlackholeRouteProps.Builder, TransitGatewayBlackholeRouteProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theTransitGatewayBlackholeRouteProps.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 String(experimental) The destination CIDR block for this route.final String(experimental) Physical name of this Transit Gateway Route.(experimental) The transit gateway route table you want to install this route into.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 theTransitGatewayBlackholeRouteProps.Builder.
-
-
Method Details
-
getDestinationCidrBlock
Description copied from interface:BaseTransitGatewayRouteProps(experimental) The destination CIDR block for this route.Destination Cidr cannot overlap for static routes but is allowed for propagated routes. When overlapping occurs, static routes take precedence over propagated routes.
- Specified by:
getDestinationCidrBlockin interfaceBaseTransitGatewayRouteProps
-
getTransitGatewayRouteTable
Description copied from interface:BaseTransitGatewayRouteProps(experimental) The transit gateway route table you want to install this route into.- Specified by:
getTransitGatewayRouteTablein interfaceBaseTransitGatewayRouteProps
-
getTransitGatewayRouteName
Description copied from interface:BaseTransitGatewayRouteProps(experimental) Physical name of this Transit Gateway Route.Default: - Assigned by CloudFormation.
- Specified by:
getTransitGatewayRouteNamein interfaceBaseTransitGatewayRouteProps
-
$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()
-