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

#mode ⇒ String

The encryption mode for the VPC Encryption Control configuration.

Returns:

  • (String)


91732
91733
91734
91735
91736
91737
91738
91739
91740
91741
91742
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 91732

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

#resource_exclusions ⇒ Types::VpcEncryptionControlExclusions

Information about resource exclusions for the VPC Encryption Control configuration.



91732
91733
91734
91735
91736
91737
91738
91739
91740
91741
91742
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 91732

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

#state ⇒ String

The current state of the VPC Encryption Control configuration.

Returns:

  • (String)


91732
91733
91734
91735
91736
91737
91738
91739
91740
91741
91742
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 91732

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

#state_message ⇒ String

A message providing additional information about the encryption control state.

Returns:

  • (String)


91732
91733
91734
91735
91736
91737
91738
91739
91740
91741
91742
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 91732

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

#tags ⇒ Array<Types::Tag>

The tags assigned to the VPC Encryption Control configuration.

Returns:



91732
91733
91734
91735
91736
91737
91738
91739
91740
91741
91742
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 91732

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_id ⇒ String

The ID of the VPC Encryption Control configuration.

Returns:

  • (String)


91732
91733
91734
91735
91736
91737
91738
91739
91740
91741
91742
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 91732

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

#vpc_id ⇒ String

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

Returns:

  • (String)


91732
91733
91734
91735
91736
91737
91738
91739
91740
91741
91742
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 91732

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