We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.ec2.getLocalGatewayRouteTableVpcAssociation
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Describes an association between a local gateway route table and a VPC.
Using getLocalGatewayRouteTableVpcAssociation
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 getLocalGatewayRouteTableVpcAssociation(args: GetLocalGatewayRouteTableVpcAssociationArgs, opts?: InvokeOptions): Promise<GetLocalGatewayRouteTableVpcAssociationResult>
function getLocalGatewayRouteTableVpcAssociationOutput(args: GetLocalGatewayRouteTableVpcAssociationOutputArgs, opts?: InvokeOptions): Output<GetLocalGatewayRouteTableVpcAssociationResult>
def get_local_gateway_route_table_vpc_association(local_gateway_route_table_vpc_association_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLocalGatewayRouteTableVpcAssociationResult
def get_local_gateway_route_table_vpc_association_output(local_gateway_route_table_vpc_association_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLocalGatewayRouteTableVpcAssociationResult]
func LookupLocalGatewayRouteTableVpcAssociation(ctx *Context, args *LookupLocalGatewayRouteTableVpcAssociationArgs, opts ...InvokeOption) (*LookupLocalGatewayRouteTableVpcAssociationResult, error)
func LookupLocalGatewayRouteTableVpcAssociationOutput(ctx *Context, args *LookupLocalGatewayRouteTableVpcAssociationOutputArgs, opts ...InvokeOption) LookupLocalGatewayRouteTableVpcAssociationResultOutput
> Note: This function is named LookupLocalGatewayRouteTableVpcAssociation
in the Go SDK.
public static class GetLocalGatewayRouteTableVpcAssociation
{
public static Task<GetLocalGatewayRouteTableVpcAssociationResult> InvokeAsync(GetLocalGatewayRouteTableVpcAssociationArgs args, InvokeOptions? opts = null)
public static Output<GetLocalGatewayRouteTableVpcAssociationResult> Invoke(GetLocalGatewayRouteTableVpcAssociationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetLocalGatewayRouteTableVpcAssociationResult> getLocalGatewayRouteTableVpcAssociation(GetLocalGatewayRouteTableVpcAssociationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:ec2:getLocalGatewayRouteTableVpcAssociation
arguments:
# arguments dictionary
The following arguments are supported:
- Local
Gateway stringRoute Table Vpc Association Id - The ID of the association.
- Local
Gateway stringRoute Table Vpc Association Id - The ID of the association.
- local
Gateway StringRoute Table Vpc Association Id - The ID of the association.
- local
Gateway stringRoute Table Vpc Association Id - The ID of the association.
- local_
gateway_ strroute_ table_ vpc_ association_ id - The ID of the association.
- local
Gateway StringRoute Table Vpc Association Id - The ID of the association.
getLocalGatewayRouteTableVpcAssociation Result
The following output properties are available:
- Local
Gateway stringId - The ID of the local gateway.
- Local
Gateway stringRoute Table Vpc Association Id - The ID of the association.
- State string
- The state of the association.
- List<Pulumi.
Aws Native. Outputs. Tag> - The tags for the association.
- Local
Gateway stringId - The ID of the local gateway.
- Local
Gateway stringRoute Table Vpc Association Id - The ID of the association.
- State string
- The state of the association.
- Tag
- The tags for the association.
- local
Gateway StringId - The ID of the local gateway.
- local
Gateway StringRoute Table Vpc Association Id - The ID of the association.
- state String
- The state of the association.
- List<Tag>
- The tags for the association.
- local
Gateway stringId - The ID of the local gateway.
- local
Gateway stringRoute Table Vpc Association Id - The ID of the association.
- state string
- The state of the association.
- Tag[]
- The tags for the association.
- local_
gateway_ strid - The ID of the local gateway.
- local_
gateway_ strroute_ table_ vpc_ association_ id - The ID of the association.
- state str
- The state of the association.
- Sequence[root_Tag]
- The tags for the association.
- local
Gateway StringId - The ID of the local gateway.
- local
Gateway StringRoute Table Vpc Association Id - The ID of the association.
- state String
- The state of the association.
- List<Property Map>
- The tags for the association.
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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi