1. Packages
  2. AWS Classic
  3. API Docs
  4. ec2
  5. getLocalGatewayVirtualInterfaceGroup

Try AWS Native preview for resources not in the classic version.

AWS Classic v6.28.1 published on Thursday, Mar 28, 2024 by Pulumi

aws.ec2.getLocalGatewayVirtualInterfaceGroup

Explore with Pulumi AI

aws logo

Try AWS Native preview for resources not in the classic version.

AWS Classic v6.28.1 published on Thursday, Mar 28, 2024 by Pulumi

    Provides details about an EC2 Local Gateway Virtual Interface Group. More information can be found in the Outposts User Guide.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as aws from "@pulumi/aws";
    
    const example = aws.ec2.getLocalGatewayVirtualInterfaceGroup({
        localGatewayId: exampleAwsEc2LocalGateway.id,
    });
    
    import pulumi
    import pulumi_aws as aws
    
    example = aws.ec2.get_local_gateway_virtual_interface_group(local_gateway_id=example_aws_ec2_local_gateway["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/ec2"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ec2.GetLocalGatewayVirtualInterfaceGroup(ctx, &ec2.GetLocalGatewayVirtualInterfaceGroupArgs{
    			LocalGatewayId: pulumi.StringRef(exampleAwsEc2LocalGateway.Id),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Aws = Pulumi.Aws;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Aws.Ec2.GetLocalGatewayVirtualInterfaceGroup.Invoke(new()
        {
            LocalGatewayId = exampleAwsEc2LocalGateway.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.aws.ec2.Ec2Functions;
    import com.pulumi.aws.ec2.inputs.GetLocalGatewayVirtualInterfaceGroupArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = Ec2Functions.getLocalGatewayVirtualInterfaceGroup(GetLocalGatewayVirtualInterfaceGroupArgs.builder()
                .localGatewayId(exampleAwsEc2LocalGateway.id())
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: aws:ec2:getLocalGatewayVirtualInterfaceGroup
          Arguments:
            localGatewayId: ${exampleAwsEc2LocalGateway.id}
    

    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(filters: Optional[Sequence[GetLocalGatewayVirtualInterfaceGroupFilter]] = None,
                                                  id: Optional[str] = None,
                                                  local_gateway_id: Optional[str] = None,
                                                  tags: Optional[Mapping[str, str]] = None,
                                                  opts: Optional[InvokeOptions] = None) -> GetLocalGatewayVirtualInterfaceGroupResult
    def get_local_gateway_virtual_interface_group_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetLocalGatewayVirtualInterfaceGroupFilterArgs]]]] = None,
                                                  id: Optional[pulumi.Input[str]] = None,
                                                  local_gateway_id: Optional[pulumi.Input[str]] = None,
                                                  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                                                  opts: Optional[InvokeOptions] = None) -> Output[GetLocalGatewayVirtualInterfaceGroupResult]
    func GetLocalGatewayVirtualInterfaceGroup(ctx *Context, args *GetLocalGatewayVirtualInterfaceGroupArgs, opts ...InvokeOption) (*GetLocalGatewayVirtualInterfaceGroupResult, error)
    func GetLocalGatewayVirtualInterfaceGroupOutput(ctx *Context, args *GetLocalGatewayVirtualInterfaceGroupOutputArgs, opts ...InvokeOption) GetLocalGatewayVirtualInterfaceGroupResultOutput

    > Note: This function is named GetLocalGatewayVirtualInterfaceGroup 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws:ec2/getLocalGatewayVirtualInterfaceGroup:getLocalGatewayVirtualInterfaceGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Filters List<GetLocalGatewayVirtualInterfaceGroupFilter>
    One or more configuration blocks containing name-values filters. See the EC2 API Reference for supported filters. Detailed below.
    Id string
    Identifier of EC2 Local Gateway Virtual Interface Group.
    LocalGatewayId string
    Identifier of EC2 Local Gateway.
    Tags Dictionary<string, string>
    Key-value map of resource tags, each pair of which must exactly match a pair on the desired local gateway route table.
    Filters []GetLocalGatewayVirtualInterfaceGroupFilter
    One or more configuration blocks containing name-values filters. See the EC2 API Reference for supported filters. Detailed below.
    Id string
    Identifier of EC2 Local Gateway Virtual Interface Group.
    LocalGatewayId string
    Identifier of EC2 Local Gateway.
    Tags map[string]string
    Key-value map of resource tags, each pair of which must exactly match a pair on the desired local gateway route table.
    filters List<GetLocalGatewayVirtualInterfaceGroupFilter>
    One or more configuration blocks containing name-values filters. See the EC2 API Reference for supported filters. Detailed below.
    id String
    Identifier of EC2 Local Gateway Virtual Interface Group.
    localGatewayId String
    Identifier of EC2 Local Gateway.
    tags Map<String,String>
    Key-value map of resource tags, each pair of which must exactly match a pair on the desired local gateway route table.
    filters GetLocalGatewayVirtualInterfaceGroupFilter[]
    One or more configuration blocks containing name-values filters. See the EC2 API Reference for supported filters. Detailed below.
    id string
    Identifier of EC2 Local Gateway Virtual Interface Group.
    localGatewayId string
    Identifier of EC2 Local Gateway.
    tags {[key: string]: string}
    Key-value map of resource tags, each pair of which must exactly match a pair on the desired local gateway route table.
    filters Sequence[GetLocalGatewayVirtualInterfaceGroupFilter]
    One or more configuration blocks containing name-values filters. See the EC2 API Reference for supported filters. Detailed below.
    id str
    Identifier of EC2 Local Gateway Virtual Interface Group.
    local_gateway_id str
    Identifier of EC2 Local Gateway.
    tags Mapping[str, str]
    Key-value map of resource tags, each pair of which must exactly match a pair on the desired local gateway route table.
    filters List<Property Map>
    One or more configuration blocks containing name-values filters. See the EC2 API Reference for supported filters. Detailed below.
    id String
    Identifier of EC2 Local Gateway Virtual Interface Group.
    localGatewayId String
    Identifier of EC2 Local Gateway.
    tags Map<String>
    Key-value map of resource tags, each pair of which must exactly match a pair on the desired local gateway route table.

    getLocalGatewayVirtualInterfaceGroup Result

    The following output properties are available:

    Id string
    LocalGatewayId string
    LocalGatewayVirtualInterfaceIds List<string>
    Set of EC2 Local Gateway Virtual Interface identifiers.
    Tags Dictionary<string, string>
    Filters List<GetLocalGatewayVirtualInterfaceGroupFilter>
    Id string
    LocalGatewayId string
    LocalGatewayVirtualInterfaceIds []string
    Set of EC2 Local Gateway Virtual Interface identifiers.
    Tags map[string]string
    Filters []GetLocalGatewayVirtualInterfaceGroupFilter
    id String
    localGatewayId String
    localGatewayVirtualInterfaceIds List<String>
    Set of EC2 Local Gateway Virtual Interface identifiers.
    tags Map<String,String>
    filters List<GetLocalGatewayVirtualInterfaceGroupFilter>
    id string
    localGatewayId string
    localGatewayVirtualInterfaceIds string[]
    Set of EC2 Local Gateway Virtual Interface identifiers.
    tags {[key: string]: string}
    filters GetLocalGatewayVirtualInterfaceGroupFilter[]
    id str
    local_gateway_id str
    local_gateway_virtual_interface_ids Sequence[str]
    Set of EC2 Local Gateway Virtual Interface identifiers.
    tags Mapping[str, str]
    filters Sequence[GetLocalGatewayVirtualInterfaceGroupFilter]
    id String
    localGatewayId String
    localGatewayVirtualInterfaceIds List<String>
    Set of EC2 Local Gateway Virtual Interface identifiers.
    tags Map<String>
    filters List<Property Map>

    Supporting Types

    GetLocalGatewayVirtualInterfaceGroupFilter

    Name string
    Name of the filter.
    Values List<string>
    List of one or more values for the filter.
    Name string
    Name of the filter.
    Values []string
    List of one or more values for the filter.
    name String
    Name of the filter.
    values List<String>
    List of one or more values for the filter.
    name string
    Name of the filter.
    values string[]
    List of one or more values for the filter.
    name str
    Name of the filter.
    values Sequence[str]
    List of one or more values for the filter.
    name String
    Name of the filter.
    values List<String>
    List of one or more values for the filter.

    Package Details

    Repository
    AWS Classic pulumi/pulumi-aws
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the aws Terraform Provider.
    aws logo

    Try AWS Native preview for resources not in the classic version.

    AWS Classic v6.28.1 published on Thursday, Mar 28, 2024 by Pulumi