Skip to content

/AWS1/CL_SGNS3SOURCE

Information about the Amazon S3 bucket where you saved your unsigned code.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_bucketname TYPE /AWS1/SGNBUCKETNAME /AWS1/SGNBUCKETNAME

Name of the S3 bucket.

iv_key TYPE /AWS1/SGNKEY /AWS1/SGNKEY

Key name of the bucket object that contains your unsigned code.

iv_version TYPE /AWS1/SGNVERSION /AWS1/SGNVERSION

Version of your source image in your version enabled S3 bucket.


Queryable Attributes

bucketName

Name of the S3 bucket.

Accessible with the following methods

Method Description
GET_BUCKETNAME() Getter for BUCKETNAME, with configurable default
ASK_BUCKETNAME() Getter for BUCKETNAME w/ exceptions if field has no value
HAS_BUCKETNAME() Determine if BUCKETNAME has a value

key

Key name of the bucket object that contains your unsigned code.

Accessible with the following methods

Method Description
GET_KEY() Getter for KEY, with configurable default
ASK_KEY() Getter for KEY w/ exceptions if field has no value
HAS_KEY() Determine if KEY has a value

version

Version of your source image in your version enabled S3 bucket.

Accessible with the following methods

Method Description
GET_VERSION() Getter for VERSION, with configurable default
ASK_VERSION() Getter for VERSION w/ exceptions if field has no value
HAS_VERSION() Determine if VERSION has a value