getRoute

suspend fun getRoute(argument: GetRoutePlainArgs): GetRouteResult

Resource Type definition for AWS::EC2::Route

Return

null

Parameters

argument

null


suspend fun getRoute(cidrBlock: String, routeTableId: String): GetRouteResult

Return

null

See also

Parameters

cidrBlock

The primary identifier of the resource generated by the service.

routeTableId

The ID of the route table. The routing table must be associated with the same VPC that the virtual private gateway is attached to.


suspend fun getRoute(argument: suspend GetRoutePlainArgsBuilder.() -> Unit): GetRouteResult

Return

null

See also

Parameters

argument

Builder for com.pulumi.awsnative.ec2.kotlin.inputs.GetRoutePlainArgs.