We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Native v0.126.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Native v0.126.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
Resource Type definition for AWS::EC2::TransitGatewayRouteTable
Using getTransitGatewayRouteTable
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getTransitGatewayRouteTable(args: GetTransitGatewayRouteTableArgs, opts?: InvokeOptions): Promise<GetTransitGatewayRouteTableResult>
function getTransitGatewayRouteTableOutput(args: GetTransitGatewayRouteTableOutputArgs, opts?: InvokeOptions): Output<GetTransitGatewayRouteTableResult>def get_transit_gateway_route_table(transit_gateway_route_table_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTransitGatewayRouteTableResult
def get_transit_gateway_route_table_output(transit_gateway_route_table_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTransitGatewayRouteTableResult]func LookupTransitGatewayRouteTable(ctx *Context, args *LookupTransitGatewayRouteTableArgs, opts ...InvokeOption) (*LookupTransitGatewayRouteTableResult, error)
func LookupTransitGatewayRouteTableOutput(ctx *Context, args *LookupTransitGatewayRouteTableOutputArgs, opts ...InvokeOption) LookupTransitGatewayRouteTableResultOutput> Note: This function is named LookupTransitGatewayRouteTable in the Go SDK.
public static class GetTransitGatewayRouteTable
{
public static Task<GetTransitGatewayRouteTableResult> InvokeAsync(GetTransitGatewayRouteTableArgs args, InvokeOptions? opts = null)
public static Output<GetTransitGatewayRouteTableResult> Invoke(GetTransitGatewayRouteTableInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTransitGatewayRouteTableResult> getTransitGatewayRouteTable(GetTransitGatewayRouteTableArgs args, InvokeOptions options)
public static Output<GetTransitGatewayRouteTableResult> getTransitGatewayRouteTable(GetTransitGatewayRouteTableArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:ec2:getTransitGatewayRouteTable
arguments:
# arguments dictionaryThe following arguments are supported:
- Transit
Gateway stringRoute Table Id - Transit Gateway Route Table primary identifier
- Transit
Gateway stringRoute Table Id - Transit Gateway Route Table primary identifier
- transit
Gateway StringRoute Table Id - Transit Gateway Route Table primary identifier
- transit
Gateway stringRoute Table Id - Transit Gateway Route Table primary identifier
- transit_
gateway_ strroute_ table_ id - Transit Gateway Route Table primary identifier
- transit
Gateway StringRoute Table Id - Transit Gateway Route Table primary identifier
getTransitGatewayRouteTable Result
The following output properties are available:
- Transit
Gateway stringRoute Table Id - Transit Gateway Route Table primary identifier
- Transit
Gateway stringRoute Table Id - Transit Gateway Route Table primary identifier
- transit
Gateway StringRoute Table Id - Transit Gateway Route Table primary identifier
- transit
Gateway stringRoute Table Id - Transit Gateway Route Table primary identifier
- transit_
gateway_ strroute_ table_ id - Transit Gateway Route Table primary identifier
- transit
Gateway StringRoute Table Id - Transit Gateway Route Table primary identifier
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Native v0.126.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
