Class: Aws::EC2::Types::VpcEncryptionControl
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VpcEncryptionControl
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the configuration and state of VPC encryption controls.
For more information, see Enforce VPC encryption in transit in the Amazon VPC User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mode ⇒ String
The encryption mode for the VPC Encryption Control configuration.
-
#resource_exclusions ⇒ Types::VpcEncryptionControlExclusions
Information about resource exclusions for the VPC Encryption Control configuration.
-
#state ⇒ String
The current state of the VPC Encryption Control configuration.
-
#state_message ⇒ String
A message providing additional information about the encryption control state.
-
#tags ⇒ Array<Types::Tag>
The tags assigned to the VPC Encryption Control configuration.
-
#vpc_encryption_control_id ⇒ String
The ID of the VPC Encryption Control configuration.
-
#vpc_id ⇒ String
The ID of the VPC associated with the encryption control configuration.
Instance Attribute Details
#mode ⇒ String
The encryption mode for the VPC Encryption Control configuration.
84143 84144 84145 84146 84147 84148 84149 84150 84151 84152 84153 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84143 class VpcEncryptionControl < Struct.new( :vpc_id, :vpc_encryption_control_id, :mode, :state, :state_message, :resource_exclusions, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_exclusions ⇒ Types::VpcEncryptionControlExclusions
Information about resource exclusions for the VPC Encryption Control configuration.
84143 84144 84145 84146 84147 84148 84149 84150 84151 84152 84153 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84143 class VpcEncryptionControl < Struct.new( :vpc_id, :vpc_encryption_control_id, :mode, :state, :state_message, :resource_exclusions, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the VPC Encryption Control configuration.
84143 84144 84145 84146 84147 84148 84149 84150 84151 84152 84153 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84143 class VpcEncryptionControl < Struct.new( :vpc_id, :vpc_encryption_control_id, :mode, :state, :state_message, :resource_exclusions, :tags) SENSITIVE = [] include Aws::Structure end |
#state_message ⇒ String
A message providing additional information about the encryption control state.
84143 84144 84145 84146 84147 84148 84149 84150 84151 84152 84153 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84143 class VpcEncryptionControl < Struct.new( :vpc_id, :vpc_encryption_control_id, :mode, :state, :state_message, :resource_exclusions, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags assigned to the VPC Encryption Control configuration.
84143 84144 84145 84146 84147 84148 84149 84150 84151 84152 84153 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84143 class VpcEncryptionControl < Struct.new( :vpc_id, :vpc_encryption_control_id, :mode, :state, :state_message, :resource_exclusions, :tags) SENSITIVE = [] include Aws::Structure end |
#vpc_encryption_control_id ⇒ String
The ID of the VPC Encryption Control configuration.
84143 84144 84145 84146 84147 84148 84149 84150 84151 84152 84153 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84143 class VpcEncryptionControl < Struct.new( :vpc_id, :vpc_encryption_control_id, :mode, :state, :state_message, :resource_exclusions, :tags) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC associated with the encryption control configuration.
84143 84144 84145 84146 84147 84148 84149 84150 84151 84152 84153 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84143 class VpcEncryptionControl < Struct.new( :vpc_id, :vpc_encryption_control_id, :mode, :state, :state_message, :resource_exclusions, :tags) SENSITIVE = [] include Aws::Structure end |