Archive

class Archive : KotlinCustomResource

Resource Type definition for AWS::Events::Archive

Properties

Link copied to clipboard
val archiveName: Output<String>?

The name for the archive to create.

Link copied to clipboard
val arn: Output<String>

The ARN of the archive created.

Link copied to clipboard
val description: Output<String>?

A description for the archive.

Link copied to clipboard
val eventPattern: Output<Any>?

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 id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val retentionDays: Output<Int>?

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

Link copied to clipboard
val sourceArn: Output<String>

The ARN of the event bus that sends events to the archive.

Link copied to clipboard
val urn: Output<String>