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

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.VpcEndpointAssociation

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

    Create VpcEndpointAssociation Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new VpcEndpointAssociation(name: string, args: VpcEndpointAssociationArgs, opts?: CustomResourceOptions);
    @overload
    def VpcEndpointAssociation(resource_name: str,
                               args: VpcEndpointAssociationArgs,
                               opts: Optional[ResourceOptions] = None)
    
    @overload
    def VpcEndpointAssociation(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               firewall_arn: Optional[str] = None,
                               subnet_mapping: Optional[VpcEndpointAssociationSubnetMappingArgs] = None,
                               vpc_id: Optional[str] = None,
                               description: Optional[str] = None,
                               tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewVpcEndpointAssociation(ctx *Context, name string, args VpcEndpointAssociationArgs, opts ...ResourceOption) (*VpcEndpointAssociation, error)
    public VpcEndpointAssociation(string name, VpcEndpointAssociationArgs args, CustomResourceOptions? opts = null)
    public VpcEndpointAssociation(String name, VpcEndpointAssociationArgs args)
    public VpcEndpointAssociation(String name, VpcEndpointAssociationArgs args, CustomResourceOptions options)
    
    type: aws-native:networkfirewall:VpcEndpointAssociation
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args VpcEndpointAssociationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args VpcEndpointAssociationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args VpcEndpointAssociationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args VpcEndpointAssociationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args VpcEndpointAssociationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    VpcEndpointAssociation Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The VpcEndpointAssociation resource accepts the following input properties:

    FirewallArn string
    The Amazon Resource Name (ARN) of the firewall.
    SubnetMapping Pulumi.AwsNative.NetworkFirewall.Inputs.VpcEndpointAssociationSubnetMapping
    The ID for a subnet that's used in an association with a firewall. This is used in CreateFirewall , AssociateSubnets , and CreateVpcEndpointAssociation . AWS Network Firewall creates an instance of the associated firewall in each subnet that you specify, to filter traffic in the subnet's Availability Zone.
    VpcId string
    The unique identifier of the VPC for the endpoint association.
    Description string
    A description of the VPC endpoint association.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The key:value pairs to associate with the resource.
    FirewallArn string
    The Amazon Resource Name (ARN) of the firewall.
    SubnetMapping VpcEndpointAssociationSubnetMappingArgs
    The ID for a subnet that's used in an association with a firewall. This is used in CreateFirewall , AssociateSubnets , and CreateVpcEndpointAssociation . AWS Network Firewall creates an instance of the associated firewall in each subnet that you specify, to filter traffic in the subnet's Availability Zone.
    VpcId string
    The unique identifier of the VPC for the endpoint association.
    Description string
    A description of the VPC endpoint association.
    Tags TagArgs
    The key:value pairs to associate with the resource.
    firewallArn String
    The Amazon Resource Name (ARN) of the firewall.
    subnetMapping VpcEndpointAssociationSubnetMapping
    The ID for a subnet that's used in an association with a firewall. This is used in CreateFirewall , AssociateSubnets , and CreateVpcEndpointAssociation . AWS Network Firewall creates an instance of the associated firewall in each subnet that you specify, to filter traffic in the subnet's Availability Zone.
    vpcId String
    The unique identifier of the VPC for the endpoint association.
    description String
    A description of the VPC endpoint association.
    tags List<Tag>
    The key:value pairs to associate with the resource.
    firewallArn string
    The Amazon Resource Name (ARN) of the firewall.
    subnetMapping VpcEndpointAssociationSubnetMapping
    The ID for a subnet that's used in an association with a firewall. This is used in CreateFirewall , AssociateSubnets , and CreateVpcEndpointAssociation . AWS Network Firewall creates an instance of the associated firewall in each subnet that you specify, to filter traffic in the subnet's Availability Zone.
    vpcId string
    The unique identifier of the VPC for the endpoint association.
    description string
    A description of the VPC endpoint association.
    tags Tag[]
    The key:value pairs to associate with the resource.
    firewall_arn str
    The Amazon Resource Name (ARN) of the firewall.
    subnet_mapping VpcEndpointAssociationSubnetMappingArgs
    The ID for a subnet that's used in an association with a firewall. This is used in CreateFirewall , AssociateSubnets , and CreateVpcEndpointAssociation . AWS Network Firewall creates an instance of the associated firewall in each subnet that you specify, to filter traffic in the subnet's Availability Zone.
    vpc_id str
    The unique identifier of the VPC for the endpoint association.
    description str
    A description of the VPC endpoint association.
    tags Sequence[TagArgs]
    The key:value pairs to associate with the resource.
    firewallArn String
    The Amazon Resource Name (ARN) of the firewall.
    subnetMapping Property Map
    The ID for a subnet that's used in an association with a firewall. This is used in CreateFirewall , AssociateSubnets , and CreateVpcEndpointAssociation . AWS Network Firewall creates an instance of the associated firewall in each subnet that you specify, to filter traffic in the subnet's Availability Zone.
    vpcId String
    The unique identifier of the VPC for the endpoint association.
    description String
    A description of the VPC endpoint association.
    tags List<Property Map>
    The key:value pairs to associate with the resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the VpcEndpointAssociation resource produces the following output properties:

    EndpointId string
    Id string
    The provider-assigned unique ID for this managed 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
    Id string
    The provider-assigned unique ID for this managed 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
    id String
    The provider-assigned unique ID for this managed 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
    id string
    The provider-assigned unique ID for this managed 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
    id str
    The provider-assigned unique ID for this managed 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
    id String
    The provider-assigned unique ID for this managed 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, TagArgs

    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

    VpcEndpointAssociationSubnetMapping, VpcEndpointAssociationSubnetMappingArgs

    SubnetId string
    A SubnetId.
    IpAddressType string
    A IPAddressType
    SubnetId string
    A SubnetId.
    IpAddressType string
    A IPAddressType
    subnetId String
    A SubnetId.
    ipAddressType String
    A IPAddressType
    subnetId string
    A SubnetId.
    ipAddressType string
    A IPAddressType
    subnet_id str
    A SubnetId.
    ip_address_type str
    A IPAddressType
    subnetId String
    A SubnetId.
    ipAddressType String
    A IPAddressType

    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