Skip to content

/AWS1/CL_DZNENVIRONMENTSUMMARY

The details of an environment.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_projectid TYPE /AWS1/DZNPROJECTID /AWS1/DZNPROJECTID

The identifier of the project in which the environment exists.

iv_domainid TYPE /AWS1/DZNDOMAINID /AWS1/DZNDOMAINID

The identifier of the Amazon DataZone domain in which the environment exists.

iv_createdby TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The Amazon DataZone user who created the environment.

iv_name TYPE /AWS1/DZNENVIRONMENTNAME /AWS1/DZNENVIRONMENTNAME

The name of the environment.

iv_provider TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The provider of the environment.

Optional arguments:

iv_id TYPE /AWS1/DZNENVIRONMENTID /AWS1/DZNENVIRONMENTID

The identifier of the environment.

iv_createdat TYPE /AWS1/DZNTIMESTAMP /AWS1/DZNTIMESTAMP

The timestamp of when the environment was created.

iv_updatedat TYPE /AWS1/DZNTIMESTAMP /AWS1/DZNTIMESTAMP

The timestamp of when the environment was updated.

iv_description TYPE /AWS1/DZNDESCRIPTION /AWS1/DZNDESCRIPTION

The description of the environment.

iv_environmentprofileid TYPE /AWS1/DZNENVIRONMENTPROFILEID /AWS1/DZNENVIRONMENTPROFILEID

The identifier of the environment profile with which the environment was created.

iv_awsaccountid TYPE /AWS1/DZNAWSACCOUNTID /AWS1/DZNAWSACCOUNTID

The identifier of the Amazon Web Services account in which an environment exists.

iv_awsaccountregion TYPE /AWS1/DZNAWSREGION /AWS1/DZNAWSREGION

The Amazon Web Services Region in which an environment exists.

iv_status TYPE /AWS1/DZNENVIRONMENTSTATUS /AWS1/DZNENVIRONMENTSTATUS

The status of the environment.

iv_environmentconfid TYPE /AWS1/DZNENVIRONMENTCONFID /AWS1/DZNENVIRONMENTCONFID

The configuration ID with which the environment is created.


Queryable Attributes

projectId

The identifier of the project in which the environment exists.

Accessible with the following methods

Method Description
GET_PROJECTID() Getter for PROJECTID, with configurable default
ASK_PROJECTID() Getter for PROJECTID w/ exceptions if field has no value
HAS_PROJECTID() Determine if PROJECTID has a value

id

The identifier of the environment.

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

domainId

The identifier of the Amazon DataZone domain in which the environment exists.

Accessible with the following methods

Method Description
GET_DOMAINID() Getter for DOMAINID, with configurable default
ASK_DOMAINID() Getter for DOMAINID w/ exceptions if field has no value
HAS_DOMAINID() Determine if DOMAINID has a value

createdBy

The Amazon DataZone user who created the environment.

Accessible with the following methods

Method Description
GET_CREATEDBY() Getter for CREATEDBY, with configurable default
ASK_CREATEDBY() Getter for CREATEDBY w/ exceptions if field has no value
HAS_CREATEDBY() Determine if CREATEDBY has a value

createdAt

The timestamp of when the environment 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

updatedAt

The timestamp of when the environment was updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value

name

The name of the environment.

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

The description of the environment.

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

environmentProfileId

The identifier of the environment profile with which the environment was created.

Accessible with the following methods

Method Description
GET_ENVIRONMENTPROFILEID() Getter for ENVIRONMENTPROFILEID, with configurable default
ASK_ENVIRONMENTPROFILEID() Getter for ENVIRONMENTPROFILEID w/ exceptions if field has n
HAS_ENVIRONMENTPROFILEID() Determine if ENVIRONMENTPROFILEID has a value

awsAccountId

The identifier of the Amazon Web Services account in which an environment exists.

Accessible with the following methods

Method Description
GET_AWSACCOUNTID() Getter for AWSACCOUNTID, with configurable default
ASK_AWSACCOUNTID() Getter for AWSACCOUNTID w/ exceptions if field has no value
HAS_AWSACCOUNTID() Determine if AWSACCOUNTID has a value

awsAccountRegion

The Amazon Web Services Region in which an environment exists.

Accessible with the following methods

Method Description
GET_AWSACCOUNTREGION() Getter for AWSACCOUNTREGION, with configurable default
ASK_AWSACCOUNTREGION() Getter for AWSACCOUNTREGION w/ exceptions if field has no va
HAS_AWSACCOUNTREGION() Determine if AWSACCOUNTREGION has a value

provider

The provider of the environment.

Accessible with the following methods

Method Description
GET_PROVIDER() Getter for PROVIDER, with configurable default
ASK_PROVIDER() Getter for PROVIDER w/ exceptions if field has no value
HAS_PROVIDER() Determine if PROVIDER has a value

status

The status of the environment.

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

environmentConfigurationId

The configuration ID with which the environment is created.

Accessible with the following methods

Method Description
GET_ENVIRONMENTCONFID() Getter for ENVIRONMENTCONFIGURATIONID, with configurable def
ASK_ENVIRONMENTCONFID() Getter for ENVIRONMENTCONFIGURATIONID w/ exceptions if field
HAS_ENVIRONMENTCONFID() Determine if ENVIRONMENTCONFIGURATIONID 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_ENVIRONMENTSUMMARIES

TYPES TT_ENVIRONMENTSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNENVIRONMENTSUMMARY WITH DEFAULT KEY
.