/AWS1/CL_EMSS3MONITORINGCONF¶
The Amazon S3 configuration for monitoring log publishing. You can configure your jobs to send log information to Amazon S3.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_loguri
TYPE /AWS1/EMSURISTRING
/AWS1/EMSURISTRING
¶
The Amazon S3 destination URI for log publishing.
iv_encryptionkeyarn
TYPE /AWS1/EMSENCRYPTIONKEYARN
/AWS1/EMSENCRYPTIONKEYARN
¶
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 |