pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.inputs
/
GetLocalGatewayRoutePlainArgs
Get
Local
Gateway
Route
Plain
Args
data
class
GetLocalGatewayRoutePlainArgs
(
val
destinationCidrBlock
:
String
,
val
localGatewayRouteTableId
:
String
)
:
ConvertibleToJava
<
GetLocalGatewayRoutePlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Local
Gateway
Route
Plain
Args
Link copied to clipboard
fun
GetLocalGatewayRoutePlainArgs
(
destinationCidrBlock
:
String
,
localGatewayRouteTableId
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetLocalGatewayRoutePlainArgs
Properties
destination
Cidr
Block
Link copied to clipboard
val
destinationCidrBlock
:
String
The CIDR block used for destination matches.
local
Gateway
Route
Table
Id
Link copied to clipboard
val
localGatewayRouteTableId
:
String
The ID of the local gateway route table.