getRouteTablePropagations

Provides information for multiple EC2 Transit Gateway Route Table Propagations, such as their identifiers.

Example Usage

By Transit Gateway Identifier

package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.ec2transitgateway.Ec2transitgatewayFunctions;
import com.pulumi.aws.ec2transitgateway.inputs.GetRouteTablePropagationsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = Ec2transitgatewayFunctions.getRouteTablePropagations(GetRouteTablePropagationsArgs.builder()
.transitGatewayRouteTableId(aws_ec2_transit_gateway_route_table.example().id())
.build());
}
}

Return

A collection of values returned by getRouteTablePropagations.

Parameters

argument

A collection of arguments for invoking getRouteTablePropagations.


suspend fun getRouteTablePropagations(filters: List<GetRouteTablePropagationsFilter>? = null, transitGatewayRouteTableId: String): GetRouteTablePropagationsResult

Return

A collection of values returned by getRouteTablePropagations.

Parameters

filters

Custom filter block as described below. More complex filters can be expressed using one or more filter sub-blocks, which take the following arguments:

transitGatewayRouteTableId

Identifier of EC2 Transit Gateway Route Table. The following arguments are optional:

See also


Return

A collection of values returned by getRouteTablePropagations.

Parameters

argument

Builder for com.pulumi.aws.ec2transitgateway.kotlin.inputs.GetRouteTablePropagationsPlainArgs.

See also