We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.ec2.getLocalGatewayVirtualInterfaceGroup
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
Resource Type definition for LocalGatewayVirtualInterfaceGroup which describes a group of LocalGateway VirtualInterfaces
Using getLocalGatewayVirtualInterfaceGroup
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 getLocalGatewayVirtualInterfaceGroup(args: GetLocalGatewayVirtualInterfaceGroupArgs, opts?: InvokeOptions): Promise<GetLocalGatewayVirtualInterfaceGroupResult>
function getLocalGatewayVirtualInterfaceGroupOutput(args: GetLocalGatewayVirtualInterfaceGroupOutputArgs, opts?: InvokeOptions): Output<GetLocalGatewayVirtualInterfaceGroupResult>def get_local_gateway_virtual_interface_group(local_gateway_virtual_interface_group_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLocalGatewayVirtualInterfaceGroupResult
def get_local_gateway_virtual_interface_group_output(local_gateway_virtual_interface_group_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLocalGatewayVirtualInterfaceGroupResult]func LookupLocalGatewayVirtualInterfaceGroup(ctx *Context, args *LookupLocalGatewayVirtualInterfaceGroupArgs, opts ...InvokeOption) (*LookupLocalGatewayVirtualInterfaceGroupResult, error)
func LookupLocalGatewayVirtualInterfaceGroupOutput(ctx *Context, args *LookupLocalGatewayVirtualInterfaceGroupOutputArgs, opts ...InvokeOption) LookupLocalGatewayVirtualInterfaceGroupResultOutput> Note: This function is named LookupLocalGatewayVirtualInterfaceGroup in the Go SDK.
public static class GetLocalGatewayVirtualInterfaceGroup
{
public static Task<GetLocalGatewayVirtualInterfaceGroupResult> InvokeAsync(GetLocalGatewayVirtualInterfaceGroupArgs args, InvokeOptions? opts = null)
public static Output<GetLocalGatewayVirtualInterfaceGroupResult> Invoke(GetLocalGatewayVirtualInterfaceGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLocalGatewayVirtualInterfaceGroupResult> getLocalGatewayVirtualInterfaceGroup(GetLocalGatewayVirtualInterfaceGroupArgs args, InvokeOptions options)
public static Output<GetLocalGatewayVirtualInterfaceGroupResult> getLocalGatewayVirtualInterfaceGroup(GetLocalGatewayVirtualInterfaceGroupArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:ec2:getLocalGatewayVirtualInterfaceGroup
arguments:
# arguments dictionaryThe following arguments are supported:
- Local
Gateway stringVirtual Interface Group Id - The ID of the virtual interface group
- Local
Gateway stringVirtual Interface Group Id - The ID of the virtual interface group
- local
Gateway StringVirtual Interface Group Id - The ID of the virtual interface group
- local
Gateway stringVirtual Interface Group Id - The ID of the virtual interface group
- local_
gateway_ strvirtual_ interface_ group_ id - The ID of the virtual interface group
- local
Gateway StringVirtual Interface Group Id - The ID of the virtual interface group
getLocalGatewayVirtualInterfaceGroup Result
The following output properties are available:
- Configuration
State string - The current state of the local gateway virtual interface group
- Local
Gateway stringVirtual Interface Group Arn - The Amazon Resource Number (ARN) of the local gateway virtual interface group
- Local
Gateway stringVirtual Interface Group Id - The ID of the virtual interface group
- Local
Gateway List<string>Virtual Interface Ids - The IDs of the virtual interfaces
- Owner
Id string - The ID of the Amazon Web Services account that owns the local gateway virtual interface group
-
List<Pulumi.
Aws Native. Outputs. Tag> - The tags assigned to the virtual interface group
- Configuration
State string - The current state of the local gateway virtual interface group
- Local
Gateway stringVirtual Interface Group Arn - The Amazon Resource Number (ARN) of the local gateway virtual interface group
- Local
Gateway stringVirtual Interface Group Id - The ID of the virtual interface group
- Local
Gateway []stringVirtual Interface Ids - The IDs of the virtual interfaces
- Owner
Id string - The ID of the Amazon Web Services account that owns the local gateway virtual interface group
- Tag
- The tags assigned to the virtual interface group
- configuration
State String - The current state of the local gateway virtual interface group
- local
Gateway StringVirtual Interface Group Arn - The Amazon Resource Number (ARN) of the local gateway virtual interface group
- local
Gateway StringVirtual Interface Group Id - The ID of the virtual interface group
- local
Gateway List<String>Virtual Interface Ids - The IDs of the virtual interfaces
- owner
Id String - The ID of the Amazon Web Services account that owns the local gateway virtual interface group
- List<Tag>
- The tags assigned to the virtual interface group
- configuration
State string - The current state of the local gateway virtual interface group
- local
Gateway stringVirtual Interface Group Arn - The Amazon Resource Number (ARN) of the local gateway virtual interface group
- local
Gateway stringVirtual Interface Group Id - The ID of the virtual interface group
- local
Gateway string[]Virtual Interface Ids - The IDs of the virtual interfaces
- owner
Id string - The ID of the Amazon Web Services account that owns the local gateway virtual interface group
- Tag[]
- The tags assigned to the virtual interface group
- configuration_
state str - The current state of the local gateway virtual interface group
- local_
gateway_ strvirtual_ interface_ group_ arn - The Amazon Resource Number (ARN) of the local gateway virtual interface group
- local_
gateway_ strvirtual_ interface_ group_ id - The ID of the virtual interface group
- local_
gateway_ Sequence[str]virtual_ interface_ ids - The IDs of the virtual interfaces
- owner_
id str - The ID of the Amazon Web Services account that owns the local gateway virtual interface group
- Sequence[root_Tag]
- The tags assigned to the virtual interface group
- configuration
State String - The current state of the local gateway virtual interface group
- local
Gateway StringVirtual Interface Group Arn - The Amazon Resource Number (ARN) of the local gateway virtual interface group
- local
Gateway StringVirtual Interface Group Id - The ID of the virtual interface group
- local
Gateway List<String>Virtual Interface Ids - The IDs of the virtual interfaces
- owner
Id String - The ID of the Amazon Web Services account that owns the local gateway virtual interface group
- List<Property Map>
- The tags assigned to the virtual interface group
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.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
