1. Packages
  2. AWS Native
  3. API Docs
  4. ec2
  5. getTransitGatewayRouteTable

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.ec2.getTransitGatewayRouteTable

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:ec2:getTransitGatewayRouteTable
      arguments:
        # arguments dictionary

    The following arguments are supported:

    TransitGatewayRouteTableId string
    Transit Gateway Route Table primary identifier
    TransitGatewayRouteTableId string
    Transit Gateway Route Table primary identifier
    transitGatewayRouteTableId String
    Transit Gateway Route Table primary identifier
    transitGatewayRouteTableId string
    Transit Gateway Route Table primary identifier
    transit_gateway_route_table_id str
    Transit Gateway Route Table primary identifier
    transitGatewayRouteTableId String
    Transit Gateway Route Table primary identifier

    getTransitGatewayRouteTable Result

    The following output properties are available:

    TransitGatewayRouteTableId string
    Transit Gateway Route Table primary identifier
    TransitGatewayRouteTableId string
    Transit Gateway Route Table primary identifier
    transitGatewayRouteTableId String
    Transit Gateway Route Table primary identifier
    transitGatewayRouteTableId string
    Transit Gateway Route Table primary identifier
    transit_gateway_route_table_id str
    Transit Gateway Route Table primary identifier
    transitGatewayRouteTableId String
    Transit Gateway Route Table primary identifier

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi