Application Cloud Watch Logging Configuration
data class ApplicationCloudWatchLoggingConfiguration(val enabled: Boolean? = null, val encryptionKeyArn: String? = null, val logGroupName: String? = null, val logStreamNamePrefix: String? = null, val logTypeMap: List<ApplicationLogTypeMapKeyValuePair>? = null)
Properties
Link copied to clipboard
KMS key ARN to encrypt the logs stored in given CloudWatch log-group.
Link copied to clipboard
Log-group name to produce log-streams on CloudWatch. If undefined, logs will be produced in a default log-group /aws/emr-serverless
Link copied to clipboard
Log-stream name prefix by which log-stream names will start in the CloudWatch Log-group.
Link copied to clipboard
The specific log-streams which need to be uploaded to CloudWatch.