Skip to content

/AWS1/CL_ARTDOMAINDESCRIPTION

Information about a domain. A domain is a container for repositories. When you create a domain, it is empty until you add one or more repositories.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_NAME TYPE /AWS1/ARTDOMAINNAME /AWS1/ARTDOMAINNAME

The name of the domain.

IV_OWNER TYPE /AWS1/ARTACCOUNTID /AWS1/ARTACCOUNTID

The Amazon Web Services account ID that owns the domain.

IV_ARN TYPE /AWS1/ARTARN /AWS1/ARTARN

The Amazon Resource Name (ARN) of the domain.

IV_STATUS TYPE /AWS1/ARTDOMAINSTATUS /AWS1/ARTDOMAINSTATUS

The current status of a domain.

IV_CREATEDTIME TYPE /AWS1/ARTTIMESTAMP /AWS1/ARTTIMESTAMP

A timestamp that represents the date and time the domain was created.

IV_ENCRYPTIONKEY TYPE /AWS1/ARTARN /AWS1/ARTARN

The ARN of an Key Management Service (KMS) key associated with a domain.

IV_REPOSITORYCOUNT TYPE /AWS1/ARTINTEGER /AWS1/ARTINTEGER

The number of repositories in the domain.

IV_ASSETSIZEBYTES TYPE /AWS1/ARTLONG /AWS1/ARTLONG

The total size of all assets in the domain.

IV_S3BUCKETARN TYPE /AWS1/ARTARN /AWS1/ARTARN

The Amazon Resource Name (ARN) of the Amazon S3 bucket that is used to store package assets in the domain.


Queryable Attributes

name

The name of the domain.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

owner

The Amazon Web Services account ID that owns the domain.

Accessible with the following methods

Method Description
GET_OWNER() Getter for OWNER, with configurable default
ASK_OWNER() Getter for OWNER w/ exceptions if field has no value
HAS_OWNER() Determine if OWNER has a value

arn

The Amazon Resource Name (ARN) of the domain.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

status

The current status of a domain.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

createdTime

A timestamp that represents the date and time the domain was created.

Accessible with the following methods

Method Description
GET_CREATEDTIME() Getter for CREATEDTIME, with configurable default
ASK_CREATEDTIME() Getter for CREATEDTIME w/ exceptions if field has no value
HAS_CREATEDTIME() Determine if CREATEDTIME has a value

encryptionKey

The ARN of an Key Management Service (KMS) key associated with a domain.

Accessible with the following methods

Method Description
GET_ENCRYPTIONKEY() Getter for ENCRYPTIONKEY, with configurable default
ASK_ENCRYPTIONKEY() Getter for ENCRYPTIONKEY w/ exceptions if field has no value
HAS_ENCRYPTIONKEY() Determine if ENCRYPTIONKEY has a value

repositoryCount

The number of repositories in the domain.

Accessible with the following methods

Method Description
GET_REPOSITORYCOUNT() Getter for REPOSITORYCOUNT

assetSizeBytes

The total size of all assets in the domain.

Accessible with the following methods

Method Description
GET_ASSETSIZEBYTES() Getter for ASSETSIZEBYTES

s3BucketArn

The Amazon Resource Name (ARN) of the Amazon S3 bucket that is used to store package assets in the domain.

Accessible with the following methods

Method Description
GET_S3BUCKETARN() Getter for S3BUCKETARN, with configurable default
ASK_S3BUCKETARN() Getter for S3BUCKETARN w/ exceptions if field has no value
HAS_S3BUCKETARN() Determine if S3BUCKETARN has a value