Class: Aws::EC2::Types::VpcEncryptionControlExclusions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VpcEncryptionControlExclusions
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the exclusion configurations for various resource types in VPC Encryption Control.
For more information, see Enforce VPC encryption in transit in the Amazon VPC User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#egress_only_internet_gateway ⇒ Types::VpcEncryptionControlExclusion
The exclusion configuration for egress-only internet gateway traffic.
-
#elastic_file_system ⇒ Types::VpcEncryptionControlExclusion
The exclusion configuration for Elastic File System traffic.
-
#internet_gateway ⇒ Types::VpcEncryptionControlExclusion
The exclusion configuration for internet gateway traffic.
-
#lambda ⇒ Types::VpcEncryptionControlExclusion
The exclusion configuration for Lambda function traffic.
-
#nat_gateway ⇒ Types::VpcEncryptionControlExclusion
The exclusion configuration for NAT gateway traffic.
-
#virtual_private_gateway ⇒ Types::VpcEncryptionControlExclusion
The exclusion configuration for virtual private gateway traffic.
-
#vpc_lattice ⇒ Types::VpcEncryptionControlExclusion
The exclusion configuration for VPC Lattice traffic.
-
#vpc_peering ⇒ Types::VpcEncryptionControlExclusion
The exclusion configuration for VPC peering connection traffic.
Instance Attribute Details
#egress_only_internet_gateway ⇒ Types::VpcEncryptionControlExclusion
The exclusion configuration for egress-only internet gateway traffic.
84296 84297 84298 84299 84300 84301 84302 84303 84304 84305 84306 84307 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84296 class VpcEncryptionControlExclusions < Struct.new( :internet_gateway, :egress_only_internet_gateway, :nat_gateway, :virtual_private_gateway, :vpc_peering, :lambda, :vpc_lattice, :elastic_file_system) SENSITIVE = [] include Aws::Structure end |
#elastic_file_system ⇒ Types::VpcEncryptionControlExclusion
The exclusion configuration for Elastic File System traffic.
84296 84297 84298 84299 84300 84301 84302 84303 84304 84305 84306 84307 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84296 class VpcEncryptionControlExclusions < Struct.new( :internet_gateway, :egress_only_internet_gateway, :nat_gateway, :virtual_private_gateway, :vpc_peering, :lambda, :vpc_lattice, :elastic_file_system) SENSITIVE = [] include Aws::Structure end |
#internet_gateway ⇒ Types::VpcEncryptionControlExclusion
The exclusion configuration for internet gateway traffic.
84296 84297 84298 84299 84300 84301 84302 84303 84304 84305 84306 84307 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84296 class VpcEncryptionControlExclusions < Struct.new( :internet_gateway, :egress_only_internet_gateway, :nat_gateway, :virtual_private_gateway, :vpc_peering, :lambda, :vpc_lattice, :elastic_file_system) SENSITIVE = [] include Aws::Structure end |
#lambda ⇒ Types::VpcEncryptionControlExclusion
The exclusion configuration for Lambda function traffic.
84296 84297 84298 84299 84300 84301 84302 84303 84304 84305 84306 84307 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84296 class VpcEncryptionControlExclusions < Struct.new( :internet_gateway, :egress_only_internet_gateway, :nat_gateway, :virtual_private_gateway, :vpc_peering, :lambda, :vpc_lattice, :elastic_file_system) SENSITIVE = [] include Aws::Structure end |
#nat_gateway ⇒ Types::VpcEncryptionControlExclusion
The exclusion configuration for NAT gateway traffic.
84296 84297 84298 84299 84300 84301 84302 84303 84304 84305 84306 84307 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84296 class VpcEncryptionControlExclusions < Struct.new( :internet_gateway, :egress_only_internet_gateway, :nat_gateway, :virtual_private_gateway, :vpc_peering, :lambda, :vpc_lattice, :elastic_file_system) SENSITIVE = [] include Aws::Structure end |
#virtual_private_gateway ⇒ Types::VpcEncryptionControlExclusion
The exclusion configuration for virtual private gateway traffic.
84296 84297 84298 84299 84300 84301 84302 84303 84304 84305 84306 84307 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84296 class VpcEncryptionControlExclusions < Struct.new( :internet_gateway, :egress_only_internet_gateway, :nat_gateway, :virtual_private_gateway, :vpc_peering, :lambda, :vpc_lattice, :elastic_file_system) SENSITIVE = [] include Aws::Structure end |
#vpc_lattice ⇒ Types::VpcEncryptionControlExclusion
The exclusion configuration for VPC Lattice traffic.
84296 84297 84298 84299 84300 84301 84302 84303 84304 84305 84306 84307 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84296 class VpcEncryptionControlExclusions < Struct.new( :internet_gateway, :egress_only_internet_gateway, :nat_gateway, :virtual_private_gateway, :vpc_peering, :lambda, :vpc_lattice, :elastic_file_system) SENSITIVE = [] include Aws::Structure end |
#vpc_peering ⇒ Types::VpcEncryptionControlExclusion
The exclusion configuration for VPC peering connection traffic.
84296 84297 84298 84299 84300 84301 84302 84303 84304 84305 84306 84307 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84296 class VpcEncryptionControlExclusions < Struct.new( :internet_gateway, :egress_only_internet_gateway, :nat_gateway, :virtual_private_gateway, :vpc_peering, :lambda, :vpc_lattice, :elastic_file_system) SENSITIVE = [] include Aws::Structure end |