AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.ec2.getTransitGatewayRouteTable
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 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:
- 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
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi