class Aws::CloudWatchEvents::Types::UpdateArchiveRequest

@note When making an API call, you may pass UpdateArchiveRequest

data as a hash:

    {
      archive_name: "ArchiveName", # required
      description: "ArchiveDescription",
      event_pattern: "EventPattern",
      retention_days: 1,
    }

@!attribute [rw] archive_name

The name of the archive to update.
@return [String]

@!attribute [rw] description

The description for the archive.
@return [String]

@!attribute [rw] event_pattern

The event pattern to use to filter events sent to the archive.
@return [String]

@!attribute [rw] retention_days

The number of days to retain events in the archive.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/events-2015-10-07/UpdateArchiveRequest AWS API Documentation

Constants

SENSITIVE