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)


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_exclusionsTypes::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

#stateString

The current state of the VPC Encryption Control configuration.

Returns:

  • (String)


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_messageString

A message providing additional information about the encryption control state.

Returns:

  • (String)


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

#tagsArray<Types::Tag>

The tags assigned to the VPC Encryption Control configuration.

Returns:



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_idString

The ID of the VPC Encryption Control configuration.

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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