Class: Aws::EC2::Types::AccountVpcEncryptionControl

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#exclusionsTypes::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_timestampTime

The date and time when the account-level VPC Encryption Control configuration was last updated.

Returns:

  • (Time)


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_byString

The entity that manages the account-level VPC Encryption Control configuration.

Returns:

  • (String)


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

#modeString

The encryption mode for the account-level VPC Encryption Control configuration.

Returns:

  • (String)


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

#stateString

The current state of the account-level VPC Encryption Control configuration.

Returns:

  • (String)


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