Class: Aws::MailManager::Types::CreateArchiveRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::CreateArchiveRequest
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
The request to create a new email archive.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#archive_name ⇒ String
A unique name for the new archive.
-
#client_token ⇒ String
A unique token Amazon SES uses to recognize retries of this request.
-
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key for encrypting emails in the archive.
-
#retention ⇒ Types::ArchiveRetention
The period for retaining emails in the archive before automatic deletion.
-
#tags ⇒ Array<Types::Tag>
The tags used to organize, track, or control access for the resource.
Instance Attribute Details
#archive_name ⇒ String
A unique name for the new archive.
481 482 483 484 485 486 487 488 489 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 481 class CreateArchiveRequest < Struct.new( :archive_name, :client_token, :kms_key_arn, :retention, :tags) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique token Amazon SES uses to recognize retries of this request.
A suitable default value is auto-generated. You should normally not need to pass this option.
481 482 483 484 485 486 487 488 489 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 481 class CreateArchiveRequest < Struct.new( :archive_name, :client_token, :kms_key_arn, :retention, :tags) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key for encrypting emails in the archive.
481 482 483 484 485 486 487 488 489 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 481 class CreateArchiveRequest < Struct.new( :archive_name, :client_token, :kms_key_arn, :retention, :tags) SENSITIVE = [] include Aws::Structure end |
#retention ⇒ Types::ArchiveRetention
The period for retaining emails in the archive before automatic deletion.
481 482 483 484 485 486 487 488 489 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 481 class CreateArchiveRequest < Struct.new( :archive_name, :client_token, :kms_key_arn, :retention, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags used to organize, track, or control access for the resource. For example, { "tags": "key2":"value2" }.
481 482 483 484 485 486 487 488 489 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 481 class CreateArchiveRequest < Struct.new( :archive_name, :client_token, :kms_key_arn, :retention, :tags) SENSITIVE = [] include Aws::Structure end |