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

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

Instance Attribute Details

#modeString

The encryption mode for the VPC Encryption Control configuration.

Returns:

  • (String)


84200
84201
84202
84203
84204
84205
84206
84207
84208
84209
84210
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84200

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.



84200
84201
84202
84203
84204
84205
84206
84207
84208
84209
84210
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84200

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)


84200
84201
84202
84203
84204
84205
84206
84207
84208
84209
84210
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84200

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)


84200
84201
84202
84203
84204
84205
84206
84207
84208
84209
84210
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84200

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:



84200
84201
84202
84203
84204
84205
84206
84207
84208
84209
84210
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84200

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)


84200
84201
84202
84203
84204
84205
84206
84207
84208
84209
84210
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84200

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)


84200
84201
84202
84203
84204
84205
84206
84207
84208
84209
84210
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84200

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