Skip to content

/AWS1/CL_MGNENRCHMNTSRCS3CONF

S3 configuration for the source import file to be enriched.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_s3bucket TYPE /AWS1/MGNS3BUCKETNAME /AWS1/MGNS3BUCKETNAME

The name of the S3 bucket containing the source import file.

iv_s3bucketowner TYPE /AWS1/MGNACCOUNTID /AWS1/MGNACCOUNTID

The AWS account ID of the S3 bucket owner.

iv_s3key TYPE /AWS1/MGNS3KEYNAME /AWS1/MGNS3KEYNAME

The S3 key (path) for the source import file.


Queryable Attributes

s3Bucket

The name of the S3 bucket containing the source import file.

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 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) for the source import file.

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