@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.250Z") @Stability(value=Stable) public interface CfnLocalGatewayRouteProps extends software.amazon.jsii.JsiiSerializable
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() |
String |
getDestinationCidrBlock()
The CIDR block used for destination matches.
|
String |
getLocalGatewayRouteTableId()
The ID of the local gateway route table.
|
String |
getLocalGatewayVirtualInterfaceGroupId()
The ID of the virtual interface group.
|
@Stability(value=Stable) @NotNull String getDestinationCidrBlock()
@Stability(value=Stable) @NotNull String getLocalGatewayRouteTableId()
@Stability(value=Stable) @NotNull String getLocalGatewayVirtualInterfaceGroupId()
@Stability(value=Stable) static CfnLocalGatewayRouteProps.Builder builder()
CfnLocalGatewayRouteProps.Builder of CfnLocalGatewayRoutePropsCopyright © 2022. All rights reserved.