/AWS1/CL_MGNENRCHMNTTGTS3CONF¶
S3 configuration for storing the enriched import file.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_s3bucket TYPE /AWS1/MGNS3BUCKETNAME /AWS1/MGNS3BUCKETNAME¶
The name of the S3 bucket where the enriched import file will be stored.
iv_s3bucketowner TYPE /AWS1/MGNACCOUNTID /AWS1/MGNACCOUNTID¶
The AWS account ID of the target S3 bucket owner.
iv_s3key TYPE /AWS1/MGNS3KEYNAME /AWS1/MGNS3KEYNAME¶
The S3 key (path) where the enriched import file will be stored.
Queryable Attributes¶
s3Bucket¶
The name of the S3 bucket where the enriched import file will be stored.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3BUCKET() |
Getter for S3BUCKET, with configurable default |
ASK_S3BUCKET() |
Getter for S3BUCKET w/ exceptions if field has no value |
HAS_S3BUCKET() |
Determine if S3BUCKET has a value |
s3BucketOwner¶
The AWS account ID of the target S3 bucket owner.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3BUCKETOWNER() |
Getter for S3BUCKETOWNER, with configurable default |
ASK_S3BUCKETOWNER() |
Getter for S3BUCKETOWNER w/ exceptions if field has no value |
HAS_S3BUCKETOWNER() |
Determine if S3BUCKETOWNER has a value |
s3Key¶
The S3 key (path) where the enriched import file will be stored.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3KEY() |
Getter for S3KEY, with configurable default |
ASK_S3KEY() |
Getter for S3KEY w/ exceptions if field has no value |
HAS_S3KEY() |
Determine if S3KEY has a value |