Class: Aws::EC2::Types::AccountVpcEncryptionControl
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AccountVpcEncryptionControl
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the account-level VPC Encryption Control configuration, including its mode, state, and exclusions.
For more information, see Enforce VPC encryption in transit in the Amazon VPC User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exclusions ⇒ Types::AccountVpcEncryptionControlExclusions
Information about the traffic exclusions for the account-level VPC Encryption Control configuration.
-
#last_update_timestamp ⇒ Time
The date and time when the account-level VPC Encryption Control configuration was last updated.
-
#managed_by ⇒ String
The entity that manages the account-level VPC Encryption Control configuration.
-
#mode ⇒ String
The encryption mode for the account-level VPC Encryption Control configuration.
-
#state ⇒ String
The current state of the account-level VPC Encryption Control configuration.
Instance Attribute Details
#exclusions ⇒ Types::AccountVpcEncryptionControlExclusions
Information about the traffic exclusions for the account-level VPC Encryption Control configuration.
575 576 577 578 579 580 581 582 583 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 575 class AccountVpcEncryptionControl < Struct.new( :state, :mode, :exclusions, :managed_by, :last_update_timestamp) SENSITIVE = [] include Aws::Structure end |
#last_update_timestamp ⇒ Time
The date and time when the account-level VPC Encryption Control configuration was last updated.
575 576 577 578 579 580 581 582 583 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 575 class AccountVpcEncryptionControl < Struct.new( :state, :mode, :exclusions, :managed_by, :last_update_timestamp) SENSITIVE = [] include Aws::Structure end |
#managed_by ⇒ String
The entity that manages the account-level VPC Encryption Control configuration.
575 576 577 578 579 580 581 582 583 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 575 class AccountVpcEncryptionControl < Struct.new( :state, :mode, :exclusions, :managed_by, :last_update_timestamp) SENSITIVE = [] include Aws::Structure end |
#mode ⇒ String
The encryption mode for the account-level VPC Encryption Control configuration.
575 576 577 578 579 580 581 582 583 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 575 class AccountVpcEncryptionControl < Struct.new( :state, :mode, :exclusions, :managed_by, :last_update_timestamp) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the account-level VPC Encryption Control configuration.
575 576 577 578 579 580 581 582 583 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 575 class AccountVpcEncryptionControl < Struct.new( :state, :mode, :exclusions, :managed_by, :last_update_timestamp) SENSITIVE = [] include Aws::Structure end |