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.networkfirewall.getVpcEndpointAssociation
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 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 dictionaryThe following arguments are supported:
- Vpc
Endpoint stringAssociation Arn - The Amazon Resource Name (ARN) of a VPC endpoint association.
- Vpc
Endpoint stringAssociation Arn - The Amazon Resource Name (ARN) of a VPC endpoint association.
- vpc
Endpoint StringAssociation Arn - The Amazon Resource Name (ARN) of a VPC endpoint association.
- vpc
Endpoint stringAssociation Arn - The Amazon Resource Name (ARN) of a VPC endpoint association.
- vpc_
endpoint_ strassociation_ arn - The Amazon Resource Name (ARN) of a VPC endpoint association.
- vpc
Endpoint StringAssociation Arn - The Amazon Resource Name (ARN) of a VPC endpoint association.
getVpcEndpointAssociation Result
The following output properties are available:
- Endpoint
Id string - The unique ID of the firewall endpoint for the subnet that you attached to the firewall.For example: "vpce-111122223333"
-
List<Pulumi.
Aws Native. Outputs. Tag> - The key:value pairs to associate with the resource.
- Vpc
Endpoint stringAssociation Arn - The Amazon Resource Name (ARN) of a VPC endpoint association.
- Vpc
Endpoint stringAssociation Id - The unique identifier of the VPC endpoint association.
- Endpoint
Id string - The unique ID of the firewall endpoint for the subnet that you attached to the firewall.For example: "vpce-111122223333"
- Tag
- The key:value pairs to associate with the resource.
- Vpc
Endpoint stringAssociation Arn - The Amazon Resource Name (ARN) of a VPC endpoint association.
- Vpc
Endpoint stringAssociation Id - The unique identifier of the VPC endpoint association.
- endpoint
Id String - The unique ID of the firewall endpoint for the subnet that you attached to the firewall.For example: "vpce-111122223333"
- List<Tag>
- The key:value pairs to associate with the resource.
- vpc
Endpoint StringAssociation Arn - The Amazon Resource Name (ARN) of a VPC endpoint association.
- vpc
Endpoint StringAssociation Id - The unique identifier of the VPC endpoint association.
- endpoint
Id string - The unique ID of the firewall endpoint for the subnet that you attached to the firewall.For example: "vpce-111122223333"
- Tag[]
- The key:value pairs to associate with the resource.
- vpc
Endpoint stringAssociation Arn - The Amazon Resource Name (ARN) of a VPC endpoint association.
- vpc
Endpoint stringAssociation Id - The unique identifier of the VPC endpoint association.
- endpoint_
id str - The unique ID of the firewall endpoint for the subnet that you attached to the firewall.For example: "vpce-111122223333"
- Sequence[root_Tag]
- The key:value pairs to associate with the resource.
- vpc_
endpoint_ strassociation_ arn - The Amazon Resource Name (ARN) of a VPC endpoint association.
- vpc_
endpoint_ strassociation_ id - The unique identifier of the VPC endpoint association.
- endpoint
Id String - The unique ID of the firewall endpoint for the subnet that you attached to the firewall.For example: "vpce-111122223333"
- List<Property Map>
- The key:value pairs to associate with the resource.
- vpc
Endpoint StringAssociation Arn - The Amazon Resource Name (ARN) of a VPC endpoint association.
- vpc
Endpoint StringAssociation Id - The unique identifier of the VPC endpoint association.
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
