ApplicationS3MonitoringConfigurationArgs

data class ApplicationS3MonitoringConfigurationArgs(val encryptionKeyArn: Output<String>? = null, val logUri: Output<String>? = null) : ConvertibleToJava<ApplicationS3MonitoringConfigurationArgs>

Constructors

Link copied to clipboard
constructor(encryptionKeyArn: Output<String>? = null, logUri: Output<String>? = null)

Properties

Link copied to clipboard
val encryptionKeyArn: Output<String>? = null

KMS key ARN to encrypt the logs stored in given s3

Link copied to clipboard
val logUri: Output<String>? = null

Functions

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