Skip to content

/AWS1/CL_EMRS3MONITORINGCONF

The Amazon S3 configuration for monitoring log publishing. You can configure your step to send log information to Amazon S3. When it's specified, it takes precedence over the cluster's logging configuration. If you don't specify this configuration entirely, or omit individual fields, EMR falls back to cluster-level logging behavior.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_loguri TYPE /AWS1/EMRXMLSTRING /AWS1/EMRXMLSTRING

The Amazon S3 destination URI for log publishing.

iv_encryptionkeyarn TYPE /AWS1/EMRXMLSTRING /AWS1/EMRXMLSTRING

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


Queryable Attributes

LogUri

The Amazon S3 destination URI for log publishing.

Accessible with the following methods

Method Description
GET_LOGURI() Getter for LOGURI, with configurable default
ASK_LOGURI() Getter for LOGURI w/ exceptions if field has no value
HAS_LOGURI() Determine if LOGURI has a value

EncryptionKeyArn

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

Accessible with the following methods

Method Description
GET_ENCRYPTIONKEYARN() Getter for ENCRYPTIONKEYARN, with configurable default
ASK_ENCRYPTIONKEYARN() Getter for ENCRYPTIONKEYARN w/ exceptions if field has no va
HAS_ENCRYPTIONKEYARN() Determine if ENCRYPTIONKEYARN has a value