@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-13T01:13:32.464Z")
public interface CfnLocalGatewayRouteProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ec2.*; CfnLocalGatewayRouteProps cfnLocalGatewayRouteProps = CfnLocalGatewayRouteProps.builder() .destinationCidrBlock("destinationCidrBlock") .localGatewayRouteTableId("localGatewayRouteTableId") .localGatewayVirtualInterfaceGroupId("localGatewayVirtualInterfaceGroupId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnLocalGatewayRouteProps.Builder
A builder for
CfnLocalGatewayRouteProps |
static class |
CfnLocalGatewayRouteProps.Jsii$Proxy
An implementation for
CfnLocalGatewayRouteProps |
Modifier and Type | Method and Description |
---|---|
static CfnLocalGatewayRouteProps.Builder |
builder() |
java.lang.String |
getDestinationCidrBlock()
The CIDR block used for destination matches.
|
java.lang.String |
getLocalGatewayRouteTableId()
The ID of the local gateway route table.
|
java.lang.String |
getLocalGatewayVirtualInterfaceGroupId()
The ID of the virtual interface group.
|
java.lang.String getDestinationCidrBlock()
java.lang.String getLocalGatewayRouteTableId()
java.lang.String getLocalGatewayVirtualInterfaceGroupId()
static CfnLocalGatewayRouteProps.Builder builder()
CfnLocalGatewayRouteProps.Builder
of CfnLocalGatewayRouteProps