/AWS1/CL_LM2S3BUCKETLOGDST¶
Specifies an Amazon S3 bucket for logging audio conversations
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_s3bucketarn TYPE /AWS1/LM2S3BUCKETARN /AWS1/LM2S3BUCKETARN¶
The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.
iv_logprefix TYPE /AWS1/LM2LOGPREFIX /AWS1/LM2LOGPREFIX¶
The S3 prefix to assign to audio log files.
Optional arguments:¶
iv_kmskeyarn TYPE /AWS1/LM2KMSKEYARN /AWS1/LM2KMSKEYARN¶
The Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for encrypting audio log files stored in an S3 bucket.
Queryable Attributes¶
kmsKeyArn¶
The Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for encrypting audio log files stored in an S3 bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KMSKEYARN() |
Getter for KMSKEYARN, with configurable default |
ASK_KMSKEYARN() |
Getter for KMSKEYARN w/ exceptions if field has no value |
HAS_KMSKEYARN() |
Determine if KMSKEYARN has a value |
s3BucketArn¶
The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3BUCKETARN() |
Getter for S3BUCKETARN, with configurable default |
ASK_S3BUCKETARN() |
Getter for S3BUCKETARN w/ exceptions if field has no value |
HAS_S3BUCKETARN() |
Determine if S3BUCKETARN has a value |
logPrefix¶
The S3 prefix to assign to audio log files.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGPREFIX() |
Getter for LOGPREFIX, with configurable default |
ASK_LOGPREFIX() |
Getter for LOGPREFIX w/ exceptions if field has no value |
HAS_LOGPREFIX() |
Determine if LOGPREFIX has a value |