Creates a firewall endpoint for an Network Firewall firewall
Source:R/networkfirewall_operations.R
networkfirewall_create_vpc_endpoint_association.RdCreates a firewall endpoint for an Network Firewall firewall. This type of firewall endpoint is independent of the firewall endpoints that you specify in the Firewall itself, and you define it in addition to those endpoints after the firewall has been created. You can define a VPC endpoint association using a different VPC than the one you used in the firewall specifications.
See https://www.paws-r-sdk.com/docs/networkfirewall_create_vpc_endpoint_association/ for full documentation.
Usage
networkfirewall_create_vpc_endpoint_association(
FirewallArn,
VpcId,
SubnetMapping,
Description = NULL,
Tags = NULL
)Arguments
- FirewallArn
[required] The Amazon Resource Name (ARN) of the firewall.
- VpcId
[required] The unique identifier of the VPC where you want to create a firewall endpoint.
- SubnetMapping
[required] The ID for a subnet that's used in an association with a firewall. This is used in
create_firewall,associate_subnets, andcreate_vpc_endpoint_association. Network Firewall creates an instance of the associated firewall in each subnet that you specify, to filter traffic in the subnet's Availability Zone.- Description
A description of the VPC endpoint association.
The key:value pairs to associate with the resource.