AWS::NetworkFirewall::VpcEndpointAssociationResource type definition for AWS::NetworkFirewall::VpcEndpointAssociation
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
FirewallArn | string | RequiredCreate-only |
SubnetMapping | SubnetMapping | RequiredCreate-only |
VpcId | string | RequiredCreate-only |
Description | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
EndpointId | string | - |
VpcEndpointAssociationArn | string | - |
VpcEndpointAssociationId | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
network-firewall:CreateVpcEndpointAssociationnetwork-firewall:DescribeVpcEndpointAssociationnetwork-firewall:ListFirewallsnetwork-firewall:TagResourceec2:CreateVpcEndpointec2:DescribeVpcEndpointsec2:DescribeSubnetsec2:DescribeVpcsnetwork-firewall:DescribeVpcEndpointAssociationnetwork-firewall:ListTagsForResourcenetwork-firewall:DescribeVpcEndpointAssociationnetwork-firewall:TagResourcenetwork-firewall:UntagResourcenetwork-firewall:DeleteVpcEndpointAssociationnetwork-firewall:DescribeVpcEndpointAssociationnetwork-firewall:UntagResourceec2:DeleteVpcEndpointsec2:DescribeRouteTablesnetwork-firewall:ListVpcEndpointAssociationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterVpcEndpointAssociationArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
FirewallArnDescriptionVpcIdSubnetMapping