Skip to content

/AWS1/CL_ECPINITIATELAYERUPL01

InitiateLayerUploadResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_UPLOADID TYPE /AWS1/ECPUPLOADID /AWS1/ECPUPLOADID

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

IV_PARTSIZE TYPE /AWS1/ECPPARTSIZE /AWS1/ECPPARTSIZE

The size, in bytes, that Amazon ECR expects future layer part uploads to be.


Queryable Attributes

uploadId

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

Accessible with the following methods

Method Description
GET_UPLOADID() Getter for UPLOADID, with configurable default
ASK_UPLOADID() Getter for UPLOADID w/ exceptions if field has no value
HAS_UPLOADID() Determine if UPLOADID has a value

partSize

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

Accessible with the following methods

Method Description
GET_PARTSIZE() Getter for PARTSIZE, with configurable default
ASK_PARTSIZE() Getter for PARTSIZE w/ exceptions if field has no value
HAS_PARTSIZE() Determine if PARTSIZE has a value