Class CfnLocalGatewayRouteProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLocalGatewayRouteProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLocalGatewayRouteProps
@Stability(Stable)
@Internal
public static final class CfnLocalGatewayRouteProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLocalGatewayRouteProps
An implementation for
CfnLocalGatewayRouteProps
-
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.CfnLocalGatewayRouteProps
CfnLocalGatewayRouteProps.Builder, CfnLocalGatewayRouteProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLocalGatewayRouteProps.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 String
The CIDR block used for destination matches.final String
The ID of the local gateway route table.final String
The ID of the virtual interface group.final String
The ID of the network interface.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 theCfnLocalGatewayRouteProps.Builder
.
-
-
Method Details
-
getDestinationCidrBlock
Description copied from interface:CfnLocalGatewayRouteProps
The CIDR block used for destination matches.- Specified by:
getDestinationCidrBlock
in interfaceCfnLocalGatewayRouteProps
-
getLocalGatewayRouteTableId
Description copied from interface:CfnLocalGatewayRouteProps
The ID of the local gateway route table.- Specified by:
getLocalGatewayRouteTableId
in interfaceCfnLocalGatewayRouteProps
-
getLocalGatewayVirtualInterfaceGroupId
Description copied from interface:CfnLocalGatewayRouteProps
The ID of the virtual interface group.- Specified by:
getLocalGatewayVirtualInterfaceGroupId
in interfaceCfnLocalGatewayRouteProps
-
getNetworkInterfaceId
Description copied from interface:CfnLocalGatewayRouteProps
The ID of the network interface.- Specified by:
getNetworkInterfaceId
in interfaceCfnLocalGatewayRouteProps
-
$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()
-