/AWS1/CL_MA2S3DESTINATION¶
Specifies an S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket. The bucket must be an existing general purpose bucket. It can be a bucket in your own account or a bucket that another account owns. If another account owns the bucket, you must specify both the unique identifier for the account and the name of the bucket.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bucketname TYPE /AWS1/MA2__STRING /AWS1/MA2__STRING¶
The name of the bucket. This must be the name of an existing general purpose bucket.
iv_kmskeyarn TYPE /AWS1/MA2__STRING /AWS1/MA2__STRING¶
The Amazon Resource Name (ARN) of the customer managed KMS key to use for encryption of the results. This must be the ARN of an existing, symmetric encryption KMS key that's enabled in the same Amazon Web Services Region as the bucket.
Optional arguments:¶
iv_expectedbucketowner TYPE /AWS1/MA2__STRING /AWS1/MA2__STRING¶
The unique identifier (ID) for the Amazon Web Services account that owns the bucket. This must be the ID for the account that owns the specified bucket.
iv_keyprefix TYPE /AWS1/MA2__STRING /AWS1/MA2__STRING¶
The path prefix to use in the path to the location in the bucket. This prefix specifies where to store classification results in the bucket.
Queryable Attributes¶
bucketName¶
The name of the bucket. This must be the name of an existing general purpose bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUCKETNAME() |
Getter for BUCKETNAME, with configurable default |
ASK_BUCKETNAME() |
Getter for BUCKETNAME w/ exceptions if field has no value |
HAS_BUCKETNAME() |
Determine if BUCKETNAME has a value |
expectedBucketOwner¶
The unique identifier (ID) for the Amazon Web Services account that owns the bucket. This must be the ID for the account that owns the specified bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPECTEDBUCKETOWNER() |
Getter for EXPECTEDBUCKETOWNER, with configurable default |
ASK_EXPECTEDBUCKETOWNER() |
Getter for EXPECTEDBUCKETOWNER w/ exceptions if field has no |
HAS_EXPECTEDBUCKETOWNER() |
Determine if EXPECTEDBUCKETOWNER has a value |
keyPrefix¶
The path prefix to use in the path to the location in the bucket. This prefix specifies where to store classification results in the bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYPREFIX() |
Getter for KEYPREFIX, with configurable default |
ASK_KEYPREFIX() |
Getter for KEYPREFIX w/ exceptions if field has no value |
HAS_KEYPREFIX() |
Determine if KEYPREFIX has a value |
kmsKeyArn¶
The Amazon Resource Name (ARN) of the customer managed KMS key to use for encryption of the results. This must be the ARN of an existing, symmetric encryption KMS key that's enabled in the same Amazon Web Services Region as the 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 |