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.getLocalGatewayRouteTableVirtualInterfaceGroupAssociation
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 local gateway route table virtual interface group association for a local gateway.
Using getLocalGatewayRouteTableVirtualInterfaceGroupAssociation
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 getLocalGatewayRouteTableVirtualInterfaceGroupAssociation(args: GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationArgs, opts?: InvokeOptions): Promise<GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult>
function getLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput(args: GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutputArgs, opts?: InvokeOptions): Output<GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult>
def get_local_gateway_route_table_virtual_interface_group_association(local_gateway_route_table_virtual_interface_group_association_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult
def get_local_gateway_route_table_virtual_interface_group_association_output(local_gateway_route_table_virtual_interface_group_association_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult]
func LookupLocalGatewayRouteTableVirtualInterfaceGroupAssociation(ctx *Context, args *LookupLocalGatewayRouteTableVirtualInterfaceGroupAssociationArgs, opts ...InvokeOption) (*LookupLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult, error)
func LookupLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput(ctx *Context, args *LookupLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutputArgs, opts ...InvokeOption) LookupLocalGatewayRouteTableVirtualInterfaceGroupAssociationResultOutput
> Note: This function is named LookupLocalGatewayRouteTableVirtualInterfaceGroupAssociation
in the Go SDK.
public static class GetLocalGatewayRouteTableVirtualInterfaceGroupAssociation
{
public static Task<GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult> InvokeAsync(GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationArgs args, InvokeOptions? opts = null)
public static Output<GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult> Invoke(GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult> getLocalGatewayRouteTableVirtualInterfaceGroupAssociation(GetLocalGatewayRouteTableVirtualInterfaceGroupAssociationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:ec2:getLocalGatewayRouteTableVirtualInterfaceGroupAssociation
arguments:
# arguments dictionary
The following arguments are supported:
- Local
Gateway stringRoute Table Virtual Interface Group Association Id - The ID of the local gateway route table virtual interface group association.
- Local
Gateway stringRoute Table Virtual Interface Group Association Id - The ID of the local gateway route table virtual interface group association.
- local
Gateway StringRoute Table Virtual Interface Group Association Id - The ID of the local gateway route table virtual interface group association.
- local
Gateway stringRoute Table Virtual Interface Group Association Id - The ID of the local gateway route table virtual interface group association.
- local_
gateway_ strroute_ table_ virtual_ interface_ group_ association_ id - The ID of the local gateway route table virtual interface group association.
- local
Gateway StringRoute Table Virtual Interface Group Association Id - The ID of the local gateway route table virtual interface group association.
getLocalGatewayRouteTableVirtualInterfaceGroupAssociation Result
The following output properties are available:
- Local
Gateway stringId - The ID of the local gateway.
- Local
Gateway stringRoute Table Arn - The ARN of the local gateway route table.
- Local
Gateway stringRoute Table Virtual Interface Group Association Id - The ID of the local gateway route table virtual interface group association.
- Owner
Id string - The owner of the local gateway route table virtual interface group association.
- State string
- The state of the local gateway route table virtual interface group association.
- List<Pulumi.
Aws Native. Outputs. Tag> - The tags for the local gateway route table virtual interface group association.
- Local
Gateway stringId - The ID of the local gateway.
- Local
Gateway stringRoute Table Arn - The ARN of the local gateway route table.
- Local
Gateway stringRoute Table Virtual Interface Group Association Id - The ID of the local gateway route table virtual interface group association.
- Owner
Id string - The owner of the local gateway route table virtual interface group association.
- State string
- The state of the local gateway route table virtual interface group association.
- Tag
- The tags for the local gateway route table virtual interface group association.
- local
Gateway StringId - The ID of the local gateway.
- local
Gateway StringRoute Table Arn - The ARN of the local gateway route table.
- local
Gateway StringRoute Table Virtual Interface Group Association Id - The ID of the local gateway route table virtual interface group association.
- owner
Id String - The owner of the local gateway route table virtual interface group association.
- state String
- The state of the local gateway route table virtual interface group association.
- List<Tag>
- The tags for the local gateway route table virtual interface group association.
- local
Gateway stringId - The ID of the local gateway.
- local
Gateway stringRoute Table Arn - The ARN of the local gateway route table.
- local
Gateway stringRoute Table Virtual Interface Group Association Id - The ID of the local gateway route table virtual interface group association.
- owner
Id string - The owner of the local gateway route table virtual interface group association.
- state string
- The state of the local gateway route table virtual interface group association.
- Tag[]
- The tags for the local gateway route table virtual interface group association.
- local_
gateway_ strid - The ID of the local gateway.
- local_
gateway_ strroute_ table_ arn - The ARN of the local gateway route table.
- local_
gateway_ strroute_ table_ virtual_ interface_ group_ association_ id - The ID of the local gateway route table virtual interface group association.
- owner_
id str - The owner of the local gateway route table virtual interface group association.
- state str
- The state of the local gateway route table virtual interface group association.
- Sequence[root_Tag]
- The tags for the local gateway route table virtual interface group association.
- local
Gateway StringId - The ID of the local gateway.
- local
Gateway StringRoute Table Arn - The ARN of the local gateway route table.
- local
Gateway StringRoute Table Virtual Interface Group Association Id - The ID of the local gateway route table virtual interface group association.
- owner
Id String - The owner of the local gateway route table virtual interface group association.
- state String
- The state of the local gateway route table virtual interface group association.
- List<Property Map>
- The tags for the local gateway route table virtual interface group association.
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