We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi
aws-native.ec2.getTransitGatewayRouteTable
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 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:
- List<Pulumi.
Aws Native. Outputs. Tag> - Tags are composed of a Key/Value pair. You can use tags to categorize and track each parameter group. The tag value null is permitted.
- Transit
Gateway stringRoute Table Id - Transit Gateway Route Table primary identifier
- Tag
- Tags are composed of a Key/Value pair. You can use tags to categorize and track each parameter group. The tag value null is permitted.
- Transit
Gateway stringRoute Table Id - Transit Gateway Route Table primary identifier
- List<Tag>
- Tags are composed of a Key/Value pair. You can use tags to categorize and track each parameter group. The tag value null is permitted.
- transit
Gateway StringRoute Table Id - Transit Gateway Route Table primary identifier
- Tag[]
- Tags are composed of a Key/Value pair. You can use tags to categorize and track each parameter group. The tag value null is permitted.
- transit
Gateway stringRoute Table Id - Transit Gateway Route Table primary identifier
- Sequence[root_Tag]
- Tags are composed of a Key/Value pair. You can use tags to categorize and track each parameter group. The tag value null is permitted.
- transit_
gateway_ strroute_ table_ id - Transit Gateway Route Table primary identifier
- List<Property Map>
- Tags are composed of a Key/Value pair. You can use tags to categorize and track each parameter group. The tag value null is permitted.
- transit
Gateway StringRoute Table Id - Transit Gateway Route Table primary identifier
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi