/AWS1/CL_DZNDOMAINSUMMARY¶
A summary of a Amazon DataZone domain.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/DZNDOMAINID /AWS1/DZNDOMAINID¶
The ID of the Amazon DataZone domain.
iv_name TYPE /AWS1/DZNDOMAINNAME /AWS1/DZNDOMAINNAME¶
A name of an Amazon DataZone domain.
iv_arn TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The ARN of the Amazon DataZone domain.
iv_managedaccountid TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The identifier of the Amazon Web Services account that manages the domain.
iv_status TYPE /AWS1/DZNDOMAINSTATUS /AWS1/DZNDOMAINSTATUS¶
The status of the Amazon DataZone domain.
iv_createdat TYPE /AWS1/DZNCREATEDAT /AWS1/DZNCREATEDAT¶
A timestamp of when a Amazon DataZone domain was created.
Optional arguments:¶
iv_description TYPE /AWS1/DZNDOMAINDESCRIPTION /AWS1/DZNDOMAINDESCRIPTION¶
A description of an Amazon DataZone domain.
iv_portalurl TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The data portal URL for the Amazon DataZone domain.
iv_lastupdatedat TYPE /AWS1/DZNUPDATEDAT /AWS1/DZNUPDATEDAT¶
A timestamp of when a Amazon DataZone domain was last updated.
iv_domainversion TYPE /AWS1/DZNDOMAINVERSION /AWS1/DZNDOMAINVERSION¶
The domain version.
Queryable Attributes¶
id¶
The ID of the Amazon DataZone domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
name¶
A name of an Amazon DataZone 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 |
description¶
A description of an Amazon DataZone domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
arn¶
The ARN of the Amazon DataZone 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 |
managedAccountId¶
The identifier of the Amazon Web Services account that manages the domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MANAGEDACCOUNTID() |
Getter for MANAGEDACCOUNTID, with configurable default |
ASK_MANAGEDACCOUNTID() |
Getter for MANAGEDACCOUNTID w/ exceptions if field has no va |
HAS_MANAGEDACCOUNTID() |
Determine if MANAGEDACCOUNTID has a value |
status¶
The status of the Amazon DataZone 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 |
portalUrl¶
The data portal URL for the Amazon DataZone domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PORTALURL() |
Getter for PORTALURL, with configurable default |
ASK_PORTALURL() |
Getter for PORTALURL w/ exceptions if field has no value |
HAS_PORTALURL() |
Determine if PORTALURL has a value |
createdAt¶
A timestamp of when a Amazon DataZone domain was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
lastUpdatedAt¶
A timestamp of when a Amazon DataZone domain was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT has a value |
domainVersion¶
The domain version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINVERSION() |
Getter for DOMAINVERSION, with configurable default |
ASK_DOMAINVERSION() |
Getter for DOMAINVERSION w/ exceptions if field has no value |
HAS_DOMAINVERSION() |
Determine if DOMAINVERSION has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DOMAINSUMMARIES¶
TYPES TT_DOMAINSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNDOMAINSUMMARY WITH DEFAULT KEY
.