ReceiptRuleS3Action

data class ReceiptRuleS3Action(val bucketName: String, val kmsKeyArn: String? = null, val objectKeyPrefix: String? = null, val position: Int, val topicArn: String? = null)

Constructors

Link copied to clipboard
constructor(bucketName: String, kmsKeyArn: String? = null, objectKeyPrefix: String? = null, position: Int, topicArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the S3 bucket

Link copied to clipboard
val kmsKeyArn: String? = null

The ARN of the KMS key

Link copied to clipboard
val objectKeyPrefix: String? = null

The key prefix of the S3 bucket

Link copied to clipboard

The position of the action in the receipt rule

Link copied to clipboard
val topicArn: String? = null

The ARN of an SNS topic to notify