GetArchiveResult

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

Constructors

Link copied to clipboard
constructor(arn: String? = null, description: String? = null, eventPattern: Any? = 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
val retentionDays: Int? = null

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