Class: Aws::EventBridge::Types::UpdateArchiveRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eventbridge/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#archive_nameString

The name of the archive to update.

Returns:

  • (String)


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

#descriptionString

The description for the archive.

Returns:

  • (String)


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_patternString

The event pattern to use to filter events sent to the archive.

Returns:

  • (String)


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_identifierString

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

Returns:

  • (String)


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_daysInteger

The number of days to retain events in the archive.

Returns:

  • (Integer)


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