Local Gateway Route Args
data class LocalGatewayRouteArgs(val destinationCidrBlock: Output<String>? = null, val localGatewayRouteTableId: Output<String>? = null, val localGatewayVirtualInterfaceGroupId: Output<String>? = null, val networkInterfaceId: Output<String>? = null) : ConvertibleToJava<LocalGatewayRouteArgs>
Resource Type definition for Local Gateway Route which describes a route for a local gateway route table.