Skip to content

/AWS1/CL_EC2USERBUCKET

Describes the Amazon S3 bucket for the disk image.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_S3BUCKET TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The name of the Amazon S3 bucket where the disk image is located.

IV_S3KEY TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The file name of the disk image.


Queryable Attributes

S3Bucket

The name of the Amazon S3 bucket where the disk image is located.

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

S3Key

The file name of the disk image.

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