Class: Aws::EC2::Types::VpcEncryptionControl

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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*.

[1]: docs.aws.amazon.com/vpc/latest/userguide/vpc-encryption-controls.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#modeString

The encryption mode for the VPC Encryption Control configuration.

Returns:

  • (String)


84263
84264
84265
84266
84267
84268
84269
84270
84271
84272
84273
# File 'lib/aws-sdk-ec2/types.rb', line 84263

class VpcEncryptionControl < Struct.new(
  :vpc_id,
  :vpc_encryption_control_id,
  :mode,
  :state,
  :state_message,
  :resource_exclusions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_exclusionsTypes::VpcEncryptionControlExclusions

Information about resource exclusions for the VPC Encryption Control configuration.



84263
84264
84265
84266
84267
84268
84269
84270
84271
84272
84273
# File 'lib/aws-sdk-ec2/types.rb', line 84263

class VpcEncryptionControl < Struct.new(
  :vpc_id,
  :vpc_encryption_control_id,
  :mode,
  :state,
  :state_message,
  :resource_exclusions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the VPC Encryption Control configuration.

Returns:

  • (String)


84263
84264
84265
84266
84267
84268
84269
84270
84271
84272
84273
# File 'lib/aws-sdk-ec2/types.rb', line 84263

class VpcEncryptionControl < Struct.new(
  :vpc_id,
  :vpc_encryption_control_id,
  :mode,
  :state,
  :state_message,
  :resource_exclusions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#state_messageString

A message providing additional information about the encryption control state.

Returns:

  • (String)


84263
84264
84265
84266
84267
84268
84269
84270
84271
84272
84273
# File 'lib/aws-sdk-ec2/types.rb', line 84263

class VpcEncryptionControl < Struct.new(
  :vpc_id,
  :vpc_encryption_control_id,
  :mode,
  :state,
  :state_message,
  :resource_exclusions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags assigned to the VPC Encryption Control configuration.

Returns:



84263
84264
84265
84266
84267
84268
84269
84270
84271
84272
84273
# File 'lib/aws-sdk-ec2/types.rb', line 84263

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_idString

The ID of the VPC Encryption Control configuration.

Returns:

  • (String)


84263
84264
84265
84266
84267
84268
84269
84270
84271
84272
84273
# File 'lib/aws-sdk-ec2/types.rb', line 84263

class VpcEncryptionControl < Struct.new(
  :vpc_id,
  :vpc_encryption_control_id,
  :mode,
  :state,
  :state_message,
  :resource_exclusions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC associated with the encryption control configuration.

Returns:

  • (String)


84263
84264
84265
84266
84267
84268
84269
84270
84271
84272
84273
# File 'lib/aws-sdk-ec2/types.rb', line 84263

class VpcEncryptionControl < Struct.new(
  :vpc_id,
  :vpc_encryption_control_id,
  :mode,
  :state,
  :state_message,
  :resource_exclusions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end