/AWS1/CL_ECRAWSECRCONTAINERI00¶
The image details of the Amazon ECR container image.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_architecture
TYPE /AWS1/ECRARCH
/AWS1/ECRARCH
¶
The architecture of the Amazon ECR container image.
iv_author
TYPE /AWS1/ECRAUTHOR
/AWS1/ECRAUTHOR
¶
The image author of the Amazon ECR container image.
iv_imagehash
TYPE /AWS1/ECRIMAGEDIGEST
/AWS1/ECRIMAGEDIGEST
¶
The image hash of the Amazon ECR container image.
it_imagetags
TYPE /AWS1/CL_ECRIMAGETAGSLIST_W=>TT_IMAGETAGSLIST
TT_IMAGETAGSLIST
¶
The image tags attached to the Amazon ECR container image.
iv_platform
TYPE /AWS1/ECRPLATFORM
/AWS1/ECRPLATFORM
¶
The platform of the Amazon ECR container image.
iv_pushedat
TYPE /AWS1/ECRDATE
/AWS1/ECRDATE
¶
The date and time the Amazon ECR container image was pushed.
iv_lastinuseat
TYPE /AWS1/ECRDATE
/AWS1/ECRDATE
¶
The most recent date and time a cluster was running the image.
iv_inusecount
TYPE /AWS1/ECRINUSECOUNT
/AWS1/ECRINUSECOUNT
¶
The number of Amazon ECS or Amazon EKS clusters currently running the image.
iv_registry
TYPE /AWS1/ECRREGISTRYID
/AWS1/ECRREGISTRYID
¶
The registry the Amazon ECR container image belongs to.
iv_repositoryname
TYPE /AWS1/ECRREPOSITORYNAME
/AWS1/ECRREPOSITORYNAME
¶
The name of the repository the Amazon ECR container image resides in.
Queryable Attributes¶
architecture¶
The architecture of the Amazon ECR container image.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ARCHITECTURE() |
Getter for ARCHITECTURE, with configurable default |
ASK_ARCHITECTURE() |
Getter for ARCHITECTURE w/ exceptions if field has no value |
HAS_ARCHITECTURE() |
Determine if ARCHITECTURE has a value |
author¶
The image author of the Amazon ECR container image.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AUTHOR() |
Getter for AUTHOR, with configurable default |
ASK_AUTHOR() |
Getter for AUTHOR w/ exceptions if field has no value |
HAS_AUTHOR() |
Determine if AUTHOR has a value |
imageHash¶
The image hash of the Amazon ECR container image.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IMAGEHASH() |
Getter for IMAGEHASH, with configurable default |
ASK_IMAGEHASH() |
Getter for IMAGEHASH w/ exceptions if field has no value |
HAS_IMAGEHASH() |
Determine if IMAGEHASH has a value |
imageTags¶
The image tags attached to the Amazon ECR container image.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IMAGETAGS() |
Getter for IMAGETAGS, with configurable default |
ASK_IMAGETAGS() |
Getter for IMAGETAGS w/ exceptions if field has no value |
HAS_IMAGETAGS() |
Determine if IMAGETAGS has a value |
platform¶
The platform of the Amazon ECR container image.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PLATFORM() |
Getter for PLATFORM, with configurable default |
ASK_PLATFORM() |
Getter for PLATFORM w/ exceptions if field has no value |
HAS_PLATFORM() |
Determine if PLATFORM has a value |
pushedAt¶
The date and time the Amazon ECR container image was pushed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PUSHEDAT() |
Getter for PUSHEDAT, with configurable default |
ASK_PUSHEDAT() |
Getter for PUSHEDAT w/ exceptions if field has no value |
HAS_PUSHEDAT() |
Determine if PUSHEDAT has a value |
lastInUseAt¶
The most recent date and time a cluster was running the image.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTINUSEAT() |
Getter for LASTINUSEAT, with configurable default |
ASK_LASTINUSEAT() |
Getter for LASTINUSEAT w/ exceptions if field has no value |
HAS_LASTINUSEAT() |
Determine if LASTINUSEAT has a value |
inUseCount¶
The number of Amazon ECS or Amazon EKS clusters currently running the image.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INUSECOUNT() |
Getter for INUSECOUNT, with configurable default |
ASK_INUSECOUNT() |
Getter for INUSECOUNT w/ exceptions if field has no value |
HAS_INUSECOUNT() |
Determine if INUSECOUNT has a value |
registry¶
The registry the Amazon ECR container image belongs to.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REGISTRY() |
Getter for REGISTRY, with configurable default |
ASK_REGISTRY() |
Getter for REGISTRY w/ exceptions if field has no value |
HAS_REGISTRY() |
Determine if REGISTRY has a value |
repositoryName¶
The name of the repository the Amazon ECR container image resides in.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REPOSITORYNAME() |
Getter for REPOSITORYNAME, with configurable default |
ASK_REPOSITORYNAME() |
Getter for REPOSITORYNAME w/ exceptions if field has no valu |
HAS_REPOSITORYNAME() |
Determine if REPOSITORYNAME has a value |