Get Archive Result
data class GetArchiveResult(val arn: String? = null, val description: String? = null, val eventPattern: Any? = null, val retentionDays: Int? = null)
Properties
Link copied to clipboard
A description for the archive.
Link copied to clipboard
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 number of days to retain events for. Default value is 0. If set to 0, events are retained indefinitely