AWS Fundamentals Logo
AWS Fundamentals
AWS::NetworkFirewall::VpcEndpointAssociation

NetworkFirewall VpcEndpointAssociation

Resource type definition for AWS::NetworkFirewall::VpcEndpointAssociation

Properties

5 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
FirewallArn
string
RequiredCreate-only
SubnetMapping
SubnetMapping
RequiredCreate-only
VpcId
string
RequiredCreate-only
Description
string
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
EndpointIdstring-
VpcEndpointAssociationArnstring-
VpcEndpointAssociationIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::NetworkFirewall::VpcEndpointAssociation

Resources:
  MyResource:
    Type: AWS::NetworkFirewall::VpcEndpointAssociation
    Properties:
      FirewallArn: "arn:aws:service:region:account:resource"
      VpcId: "my-vpcid"
      SubnetMapping: "value"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

network-firewall:CreateVpcEndpointAssociationnetwork-firewall:DescribeVpcEndpointAssociationnetwork-firewall:ListFirewallsnetwork-firewall:TagResourceec2:CreateVpcEndpointec2:DescribeVpcEndpointsec2:DescribeSubnetsec2:DescribeVpcs

read

network-firewall:DescribeVpcEndpointAssociationnetwork-firewall:ListTagsForResource

update

network-firewall:DescribeVpcEndpointAssociationnetwork-firewall:TagResourcenetwork-firewall:UntagResource

delete

network-firewall:DeleteVpcEndpointAssociationnetwork-firewall:DescribeVpcEndpointAssociationnetwork-firewall:UntagResourceec2:DeleteVpcEndpointsec2:DescribeRouteTables

list

network-firewall:ListVpcEndpointAssociations

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceNetworkFirewall
Properties8
Required3
TaggingSupported
Primary IDVpcEndpointAssociationArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

FirewallArnDescriptionVpcIdSubnetMapping

External Links