GetArchiveResult

data class GetArchiveResult(val arn: String? = null, val description: String? = null, val eventPattern: Any? = null, val kmsKeyIdentifier: String? = null, val retentionDays: Int? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, description: String? = null, eventPattern: Any? = null, kmsKeyIdentifier: String? = null, retentionDays: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the archive created.

Link copied to clipboard
val description: String? = null

A description for the archive.

Link copied to clipboard
val eventPattern: Any? = null

An event pattern to use to filter events sent to the archive. Search the CloudFormation User Guide for AWS::Events::Archive for more information about the expected schema for this property.

Link copied to clipboard

The identifier of the AWS 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 AWS owned key to encrypt the archive. For more information, see Identify and view keys in the AWS Key Management Service Developer Guide .

Link copied to clipboard
val retentionDays: Int? = null

The number of days to retain events for. Default value is 0. If set to 0, events are retained indefinitely