Class: Aws::NetworkFirewall::Types::CreateVpcEndpointAssociationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkfirewall/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the VPC endpoint association.



1741
1742
1743
1744
1745
1746
1747
1748
1749
# File 'lib/aws-sdk-networkfirewall/types.rb', line 1741

class CreateVpcEndpointAssociationRequest < Struct.new(
  :firewall_arn,
  :vpc_id,
  :subnet_mapping,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#firewall_arnString

The Amazon Resource Name (ARN) of the firewall.



1741
1742
1743
1744
1745
1746
1747
1748
1749
# File 'lib/aws-sdk-networkfirewall/types.rb', line 1741

class CreateVpcEndpointAssociationRequest < Struct.new(
  :firewall_arn,
  :vpc_id,
  :subnet_mapping,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_mappingTypes::SubnetMapping

The ID for a subnet that’s used in an association with a firewall. This is used in CreateFirewall, AssociateSubnets, and CreateVpcEndpointAssociation. Network Firewall creates an instance of the associated firewall in each subnet that you specify, to filter traffic in the subnet’s Availability Zone.



1741
1742
1743
1744
1745
1746
1747
1748
1749
# File 'lib/aws-sdk-networkfirewall/types.rb', line 1741

class CreateVpcEndpointAssociationRequest < Struct.new(
  :firewall_arn,
  :vpc_id,
  :subnet_mapping,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The key:value pairs to associate with the resource.



1741
1742
1743
1744
1745
1746
1747
1748
1749
# File 'lib/aws-sdk-networkfirewall/types.rb', line 1741

class CreateVpcEndpointAssociationRequest < Struct.new(
  :firewall_arn,
  :vpc_id,
  :subnet_mapping,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The unique identifier of the VPC where you want to create a firewall endpoint.



1741
1742
1743
1744
1745
1746
1747
1748
1749
# File 'lib/aws-sdk-networkfirewall/types.rb', line 1741

class CreateVpcEndpointAssociationRequest < Struct.new(
  :firewall_arn,
  :vpc_id,
  :subnet_mapping,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end