Application Cloud Watch Logging Configuration Args
data class ApplicationCloudWatchLoggingConfigurationArgs(val enabled: Output<Boolean>? = null, val encryptionKeyArn: Output<String>? = null, val logGroupName: Output<String>? = null, val logStreamNamePrefix: Output<String>? = null, val logTypeMap: Output<List<ApplicationLogTypeMapKeyValuePairArgs>>? = null) : ConvertibleToJava<ApplicationCloudWatchLoggingConfigurationArgs>
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.