/AWS1/CL_BCES3DESTINATION¶
Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a data exports file.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_s3bucket TYPE /AWS1/BCEGENERICSTRING /AWS1/BCEGENERICSTRING¶
The name of the Amazon S3 bucket used as the destination of a data export file.
iv_s3prefix TYPE /AWS1/BCEGENERICSTRING /AWS1/BCEGENERICSTRING¶
The S3 path prefix you want prepended to the name of your data export.
iv_s3region TYPE /AWS1/BCEGENERICSTRING /AWS1/BCEGENERICSTRING¶
The S3 bucket Region.
io_s3outputconfigurations TYPE REF TO /AWS1/CL_BCES3OUTPUTCONFS /AWS1/CL_BCES3OUTPUTCONFS¶
The output configuration for the data export.
Optional arguments:¶
iv_s3bucketowner TYPE /AWS1/BCEACCOUNTID /AWS1/BCEACCOUNTID¶
The AWS Account ID that owns the S3 bucket used as the destination for the data export.
Queryable Attributes¶
S3Bucket¶
The name of the Amazon S3 bucket used as the destination of a data export 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 that owns the S3 bucket used as the destination for the data export.
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 |
S3Prefix¶
The S3 path prefix you want prepended to the name of your data export.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3PREFIX() |
Getter for S3PREFIX, with configurable default |
ASK_S3PREFIX() |
Getter for S3PREFIX w/ exceptions if field has no value |
HAS_S3PREFIX() |
Determine if S3PREFIX has a value |
S3Region¶
The S3 bucket Region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3REGION() |
Getter for S3REGION, with configurable default |
ASK_S3REGION() |
Getter for S3REGION w/ exceptions if field has no value |
HAS_S3REGION() |
Determine if S3REGION has a value |
S3OutputConfigurations¶
The output configuration for the data export.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3OUTPUTCONFIGURATIONS() |
Getter for S3OUTPUTCONFIGURATIONS |