AWS::EMRServerless::Application S3MonitoringConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::EMRServerless::Application S3MonitoringConfiguration

The Amazon S3 configuration for monitoring log publishing. You can configure your jobs to send log information to Amazon S3.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "EncryptionKeyArn" : String, "LogUri" : String }

YAML

EncryptionKeyArn: String LogUri: String

Properties

EncryptionKeyArn

The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.

Required: No

Type: String

Pattern: ^arn:(aws[a-zA-Z0-9-]*):kms:[a-zA-Z0-9\-]*:(\d{12})?:key\/[a-zA-Z0-9-]+$

Minimum: 20

Maximum: 2048

Update requires: Some interruptions

LogUri

The Amazon S3 destination URI for log publishing.

Required: No

Type: String

Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDBFF-\uDC00\uDFFF\r\n\t]*

Minimum: 1

Maximum: 10280

Update requires: Some interruptions