Skip to content

/AWS1/CL_LSACONTAINERSVCREGL00

Describes the sign-in credentials for the container image registry of an Amazon Lightsail account.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_username TYPE /AWS1/LSASTRING /AWS1/LSASTRING

The container service registry username to use to push container images to the container image registry of a Lightsail account.

iv_password TYPE /AWS1/LSASTRING /AWS1/LSASTRING

The container service registry password to use to push container images to the container image registry of a Lightsail account

iv_expiresat TYPE /AWS1/LSAISODATE /AWS1/LSAISODATE

The timestamp of when the container image registry sign-in credentials expire.

The log in credentials expire 12 hours after they are created, at which point you will need to create a new set of log in credentials using the CreateContainerServiceRegistryLogin action.

iv_registry TYPE /AWS1/LSASTRING /AWS1/LSASTRING

The address to use to push container images to the container image registry of a Lightsail account.


Queryable Attributes

username

The container service registry username to use to push container images to the container image registry of a Lightsail account.

Accessible with the following methods

Method Description
GET_USERNAME() Getter for USERNAME, with configurable default
ASK_USERNAME() Getter for USERNAME w/ exceptions if field has no value
HAS_USERNAME() Determine if USERNAME has a value

password

The container service registry password to use to push container images to the container image registry of a Lightsail account

Accessible with the following methods

Method Description
GET_PASSWORD() Getter for PASSWORD, with configurable default
ASK_PASSWORD() Getter for PASSWORD w/ exceptions if field has no value
HAS_PASSWORD() Determine if PASSWORD has a value

expiresAt

The timestamp of when the container image registry sign-in credentials expire.

The log in credentials expire 12 hours after they are created, at which point you will need to create a new set of log in credentials using the CreateContainerServiceRegistryLogin action.

Accessible with the following methods

Method Description
GET_EXPIRESAT() Getter for EXPIRESAT, with configurable default
ASK_EXPIRESAT() Getter for EXPIRESAT w/ exceptions if field has no value
HAS_EXPIRESAT() Determine if EXPIRESAT has a value

registry

The address to use to push container images to the container image registry of a Lightsail account.

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