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.getLocalGatewayRouteTable
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
Describes a route table for a local gateway.
Using getLocalGatewayRouteTable
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 getLocalGatewayRouteTable(args: GetLocalGatewayRouteTableArgs, opts?: InvokeOptions): Promise<GetLocalGatewayRouteTableResult>
function getLocalGatewayRouteTableOutput(args: GetLocalGatewayRouteTableOutputArgs, opts?: InvokeOptions): Output<GetLocalGatewayRouteTableResult>
def get_local_gateway_route_table(local_gateway_route_table_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLocalGatewayRouteTableResult
def get_local_gateway_route_table_output(local_gateway_route_table_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLocalGatewayRouteTableResult]
func LookupLocalGatewayRouteTable(ctx *Context, args *LookupLocalGatewayRouteTableArgs, opts ...InvokeOption) (*LookupLocalGatewayRouteTableResult, error)
func LookupLocalGatewayRouteTableOutput(ctx *Context, args *LookupLocalGatewayRouteTableOutputArgs, opts ...InvokeOption) LookupLocalGatewayRouteTableResultOutput
> Note: This function is named LookupLocalGatewayRouteTable
in the Go SDK.
public static class GetLocalGatewayRouteTable
{
public static Task<GetLocalGatewayRouteTableResult> InvokeAsync(GetLocalGatewayRouteTableArgs args, InvokeOptions? opts = null)
public static Output<GetLocalGatewayRouteTableResult> Invoke(GetLocalGatewayRouteTableInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetLocalGatewayRouteTableResult> getLocalGatewayRouteTable(GetLocalGatewayRouteTableArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:ec2:getLocalGatewayRouteTable
arguments:
# arguments dictionary
The following arguments are supported:
- Local
Gateway stringRoute Table Id - The ID of the local gateway route table.
- Local
Gateway stringRoute Table Id - The ID of the local gateway route table.
- local
Gateway StringRoute Table Id - The ID of the local gateway route table.
- local
Gateway stringRoute Table Id - The ID of the local gateway route table.
- local_
gateway_ strroute_ table_ id - The ID of the local gateway route table.
- local
Gateway StringRoute Table Id - The ID of the local gateway route table.
getLocalGatewayRouteTable Result
The following output properties are available:
- Local
Gateway stringRoute Table Arn - The ARN of the local gateway route table.
- Local
Gateway stringRoute Table Id - The ID of the local gateway route table.
- Outpost
Arn string - The ARN of the outpost.
- Owner
Id string - The owner of the local gateway route table.
- State string
- The state of the local gateway route table.
- List<Pulumi.
Aws Native. Outputs. Tag> - The tags for the local gateway route table.
- Local
Gateway stringRoute Table Arn - The ARN of the local gateway route table.
- Local
Gateway stringRoute Table Id - The ID of the local gateway route table.
- Outpost
Arn string - The ARN of the outpost.
- Owner
Id string - The owner of the local gateway route table.
- State string
- The state of the local gateway route table.
- Tag
- The tags for the local gateway route table.
- local
Gateway StringRoute Table Arn - The ARN of the local gateway route table.
- local
Gateway StringRoute Table Id - The ID of the local gateway route table.
- outpost
Arn String - The ARN of the outpost.
- owner
Id String - The owner of the local gateway route table.
- state String
- The state of the local gateway route table.
- List<Tag>
- The tags for the local gateway route table.
- local
Gateway stringRoute Table Arn - The ARN of the local gateway route table.
- local
Gateway stringRoute Table Id - The ID of the local gateway route table.
- outpost
Arn string - The ARN of the outpost.
- owner
Id string - The owner of the local gateway route table.
- state string
- The state of the local gateway route table.
- Tag[]
- The tags for the local gateway route table.
- local_
gateway_ strroute_ table_ arn - The ARN of the local gateway route table.
- local_
gateway_ strroute_ table_ id - The ID of the local gateway route table.
- outpost_
arn str - The ARN of the outpost.
- owner_
id str - The owner of the local gateway route table.
- state str
- The state of the local gateway route table.
- Sequence[root_Tag]
- The tags for the local gateway route table.
- local
Gateway StringRoute Table Arn - The ARN of the local gateway route table.
- local
Gateway StringRoute Table Id - The ID of the local gateway route table.
- outpost
Arn String - The ARN of the outpost.
- owner
Id String - The owner of the local gateway route table.
- state String
- The state of the local gateway route table.
- List<Property Map>
- The tags for the local gateway route table.
Supporting Types
Tag
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