/AWS1/CL_EC2EXPORTTASKS3LOCREQ¶
Describes the destination for an export image task.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_s3bucket TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The destination Amazon S3 bucket.
Optional arguments:¶
iv_s3prefix TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The prefix (logical hierarchy) in the bucket.
Queryable Attributes¶
S3Bucket¶
The destination Amazon S3 bucket.
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 |
S3Prefix¶
The prefix (logical hierarchy) in the bucket.
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 |