1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. networkfirewall
  5. getVpcEndpointAssociation

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi

aws-native.networkfirewall.getVpcEndpointAssociation

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi

    Resource type definition for AWS::NetworkFirewall::VpcEndpointAssociation

    Using getVpcEndpointAssociation

    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 getVpcEndpointAssociation(args: GetVpcEndpointAssociationArgs, opts?: InvokeOptions): Promise<GetVpcEndpointAssociationResult>
    function getVpcEndpointAssociationOutput(args: GetVpcEndpointAssociationOutputArgs, opts?: InvokeOptions): Output<GetVpcEndpointAssociationResult>
    def get_vpc_endpoint_association(vpc_endpoint_association_arn: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetVpcEndpointAssociationResult
    def get_vpc_endpoint_association_output(vpc_endpoint_association_arn: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetVpcEndpointAssociationResult]
    func LookupVpcEndpointAssociation(ctx *Context, args *LookupVpcEndpointAssociationArgs, opts ...InvokeOption) (*LookupVpcEndpointAssociationResult, error)
    func LookupVpcEndpointAssociationOutput(ctx *Context, args *LookupVpcEndpointAssociationOutputArgs, opts ...InvokeOption) LookupVpcEndpointAssociationResultOutput

    > Note: This function is named LookupVpcEndpointAssociation in the Go SDK.

    public static class GetVpcEndpointAssociation 
    {
        public static Task<GetVpcEndpointAssociationResult> InvokeAsync(GetVpcEndpointAssociationArgs args, InvokeOptions? opts = null)
        public static Output<GetVpcEndpointAssociationResult> Invoke(GetVpcEndpointAssociationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVpcEndpointAssociationResult> getVpcEndpointAssociation(GetVpcEndpointAssociationArgs args, InvokeOptions options)
    public static Output<GetVpcEndpointAssociationResult> getVpcEndpointAssociation(GetVpcEndpointAssociationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:networkfirewall:getVpcEndpointAssociation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    VpcEndpointAssociationArn string
    The Amazon Resource Name (ARN) of a VPC endpoint association.
    VpcEndpointAssociationArn string
    The Amazon Resource Name (ARN) of a VPC endpoint association.
    vpcEndpointAssociationArn String
    The Amazon Resource Name (ARN) of a VPC endpoint association.
    vpcEndpointAssociationArn string
    The Amazon Resource Name (ARN) of a VPC endpoint association.
    vpc_endpoint_association_arn str
    The Amazon Resource Name (ARN) of a VPC endpoint association.
    vpcEndpointAssociationArn String
    The Amazon Resource Name (ARN) of a VPC endpoint association.

    getVpcEndpointAssociation Result

    The following output properties are available:

    EndpointId string
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The key:value pairs to associate with the resource.
    VpcEndpointAssociationArn string
    The Amazon Resource Name (ARN) of a VPC endpoint association.
    VpcEndpointAssociationId string
    The unique identifier of the VPC endpoint association.
    EndpointId string
    Tags Tag
    The key:value pairs to associate with the resource.
    VpcEndpointAssociationArn string
    The Amazon Resource Name (ARN) of a VPC endpoint association.
    VpcEndpointAssociationId string
    The unique identifier of the VPC endpoint association.
    endpointId String
    tags List<Tag>
    The key:value pairs to associate with the resource.
    vpcEndpointAssociationArn String
    The Amazon Resource Name (ARN) of a VPC endpoint association.
    vpcEndpointAssociationId String
    The unique identifier of the VPC endpoint association.
    endpointId string
    tags Tag[]
    The key:value pairs to associate with the resource.
    vpcEndpointAssociationArn string
    The Amazon Resource Name (ARN) of a VPC endpoint association.
    vpcEndpointAssociationId string
    The unique identifier of the VPC endpoint association.
    endpoint_id str
    tags Sequence[root_Tag]
    The key:value pairs to associate with the resource.
    vpc_endpoint_association_arn str
    The Amazon Resource Name (ARN) of a VPC endpoint association.
    vpc_endpoint_association_id str
    The unique identifier of the VPC endpoint association.
    endpointId String
    tags List<Property Map>
    The key:value pairs to associate with the resource.
    vpcEndpointAssociationArn String
    The Amazon Resource Name (ARN) of a VPC endpoint association.
    vpcEndpointAssociationId String
    The unique identifier of the VPC endpoint association.

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi