Class: Aws::EventBridge::Types::UpdateArchiveRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::UpdateArchiveRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#archive_name ⇒ String
The name of the archive to update.
-
#description ⇒ String
The description for the archive.
-
#event_pattern ⇒ String
The event pattern to use to filter events sent to the archive.
-
#kms_key_identifier ⇒ String
The identifier of the KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt this archive.
-
#retention_days ⇒ Integer
The number of days to retain events in the archive.
Instance Attribute Details
#archive_name ⇒ String
The name of the archive to update.
5368 5369 5370 5371 5372 5373 5374 5375 5376 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5368 class UpdateArchiveRequest < Struct.new( :archive_name, :description, :event_pattern, :retention_days, :kms_key_identifier) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for the archive.
5368 5369 5370 5371 5372 5373 5374 5375 5376 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5368 class UpdateArchiveRequest < Struct.new( :archive_name, :description, :event_pattern, :retention_days, :kms_key_identifier) SENSITIVE = [] include Aws::Structure end |
#event_pattern ⇒ String
The event pattern to use to filter events sent to the archive.
5368 5369 5370 5371 5372 5373 5374 5375 5376 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5368 class UpdateArchiveRequest < Struct.new( :archive_name, :description, :event_pattern, :retention_days, :kms_key_identifier) SENSITIVE = [] include Aws::Structure end |
#kms_key_identifier ⇒ String
The identifier of the KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt this archive. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.
If you do not specify a customer managed key identifier, EventBridge uses an Amazon Web Services owned key to encrypt the archive.
For more information, see [Identify and view keys] in the *Key Management Service Developer Guide*.
If you have specified that EventBridge use a customer managed key for encrypting the source event bus, we strongly recommend you also specify a customer managed key for any archives for the event bus as well.
For more information, see [Encrypting archives][2] in the *Amazon
EventBridge User Guide*.
[1]: docs.aws.amazon.com/kms/latest/developerguide/viewing-keys.html [2]: docs.aws.amazon.com/eventbridge/latest/userguide/encryption-archives.html
5368 5369 5370 5371 5372 5373 5374 5375 5376 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5368 class UpdateArchiveRequest < Struct.new( :archive_name, :description, :event_pattern, :retention_days, :kms_key_identifier) SENSITIVE = [] include Aws::Structure end |
#retention_days ⇒ Integer
The number of days to retain events in the archive.
5368 5369 5370 5371 5372 5373 5374 5375 5376 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5368 class UpdateArchiveRequest < Struct.new( :archive_name, :description, :event_pattern, :retention_days, :kms_key_identifier) SENSITIVE = [] include Aws::Structure end |