/AWS1/CL_EC2EXPORTTASKS3LOC¶
Describes the destination for an export image task.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_S3BUCKET
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The destination Amazon S3 bucket.
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 |