Skip to content

/AWS1/CL_FNTCACERTSBUNDLES3LOC

The CA certificates bundle location in Amazon S3.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_bucket TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING

The S3 bucket.

iv_key TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING

The location's key.

iv_region TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING

The location's Region.

Optional arguments:

iv_version TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING

The location's version.


Queryable Attributes

Bucket

The S3 bucket.

Accessible with the following methods

Method Description
GET_BUCKET() Getter for BUCKET, with configurable default
ASK_BUCKET() Getter for BUCKET w/ exceptions if field has no value
HAS_BUCKET() Determine if BUCKET has a value

Key

The location's key.

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

Region

The location's Region.

Accessible with the following methods

Method Description
GET_REGION() Getter for REGION, with configurable default
ASK_REGION() Getter for REGION w/ exceptions if field has no value
HAS_REGION() Determine if REGION has a value

Version

The location's version.

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