ArchiveArgs

data class ArchiveArgs(val archiveName: Output<String>? = null, val description: Output<String>? = null, val eventPattern: Output<Any>? = null, val retentionDays: Output<Int>? = null, val sourceArn: Output<String>? = null) : ConvertibleToJava<ArchiveArgs>

Resource Type definition for AWS::Events::Archive

Constructors

Link copied to clipboard
fun ArchiveArgs(archiveName: Output<String>? = null, description: Output<String>? = null, eventPattern: Output<Any>? = null, retentionDays: Output<Int>? = null, sourceArn: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ArchiveArgs

Properties

Link copied to clipboard
val archiveName: Output<String>? = null
Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
val eventPattern: Output<Any>? = null
Link copied to clipboard
val retentionDays: Output<Int>? = null
Link copied to clipboard
val sourceArn: Output<String>? = null