AWS Native
getLocalGatewayRouteTableVPCAssociation
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_vpcassociation(local_gateway_route_table_vpc_association_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLocalGatewayRouteTableVPCAssociationResult
def get_local_gateway_route_table_vpcassociation_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. EC2. Outputs. Local Gateway Route Table VPCAssociation 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.
- []Local
Gateway Route Table VPCAssociation 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<Local
Gateway Route Table VPCAssociation 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.
- Local
Gateway Route Table VPCAssociation 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[Local
Gateway Route Table VPCAssociation 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
LocalGatewayRouteTableVPCAssociationTag
Package Details
- Repository
- https://github.com/pulumi/pulumi-aws-native
- License
- Apache-2.0