Class: Aws::WorkSpacesWeb::Types::CreateDataProtectionSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::CreateDataProtectionSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:display_name, :description, :tags]
Instance Attribute Summary collapse
-
#additional_encryption_context ⇒ Hash<String,String>
Additional encryption context of the data protection settings.
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#customer_managed_key ⇒ String
The custom managed key of the data protection settings.
-
#description ⇒ String
The description of the data protection settings.
-
#display_name ⇒ String
The display name of the data protection settings.
-
#inline_redaction_configuration ⇒ Types::InlineRedactionConfiguration
The inline redaction configuration of the data protection settings that will be applied to all sessions.
-
#tags ⇒ Array<Types::Tag>
The tags to add to the data protection settings resource.
Instance Attribute Details
#additional_encryption_context ⇒ Hash<String,String>
Additional encryption context of the data protection settings.
594 595 596 597 598 599 600 601 602 603 604 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 594 class CreateDataProtectionSettingsRequest < Struct.new( :display_name, :description, :tags, :customer_managed_key, :additional_encryption_context, :inline_redaction_configuration, :client_token) SENSITIVE = [:display_name, :description, :tags] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
594 595 596 597 598 599 600 601 602 603 604 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 594 class CreateDataProtectionSettingsRequest < Struct.new( :display_name, :description, :tags, :customer_managed_key, :additional_encryption_context, :inline_redaction_configuration, :client_token) SENSITIVE = [:display_name, :description, :tags] include Aws::Structure end |
#customer_managed_key ⇒ String
The custom managed key of the data protection settings.
594 595 596 597 598 599 600 601 602 603 604 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 594 class CreateDataProtectionSettingsRequest < Struct.new( :display_name, :description, :tags, :customer_managed_key, :additional_encryption_context, :inline_redaction_configuration, :client_token) SENSITIVE = [:display_name, :description, :tags] include Aws::Structure end |
#description ⇒ String
The description of the data protection settings.
594 595 596 597 598 599 600 601 602 603 604 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 594 class CreateDataProtectionSettingsRequest < Struct.new( :display_name, :description, :tags, :customer_managed_key, :additional_encryption_context, :inline_redaction_configuration, :client_token) SENSITIVE = [:display_name, :description, :tags] include Aws::Structure end |
#display_name ⇒ String
The display name of the data protection settings.
594 595 596 597 598 599 600 601 602 603 604 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 594 class CreateDataProtectionSettingsRequest < Struct.new( :display_name, :description, :tags, :customer_managed_key, :additional_encryption_context, :inline_redaction_configuration, :client_token) SENSITIVE = [:display_name, :description, :tags] include Aws::Structure end |
#inline_redaction_configuration ⇒ Types::InlineRedactionConfiguration
The inline redaction configuration of the data protection settings that will be applied to all sessions.
594 595 596 597 598 599 600 601 602 603 604 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 594 class CreateDataProtectionSettingsRequest < Struct.new( :display_name, :description, :tags, :customer_managed_key, :additional_encryption_context, :inline_redaction_configuration, :client_token) SENSITIVE = [:display_name, :description, :tags] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags to add to the data protection settings resource. A tag is a key-value pair.
594 595 596 597 598 599 600 601 602 603 604 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 594 class CreateDataProtectionSettingsRequest < Struct.new( :display_name, :description, :tags, :customer_managed_key, :additional_encryption_context, :inline_redaction_configuration, :client_token) SENSITIVE = [:display_name, :description, :tags] include Aws::Structure end |