Skip to content

/AWS1/CL_DZNCREATEACCTPOOLOUT

CreateAccountPoolOutput

CONSTRUCTOR

IMPORTING

Required arguments:

io_accountsource TYPE REF TO /AWS1/CL_DZNACCOUNTSOURCE /AWS1/CL_DZNACCOUNTSOURCE

The source of accounts for the account pool. In the current release, it's either a static list of accounts provided by the customer or a custom Amazon Web Services Lambda handler.

iv_createdby TYPE /AWS1/DZNCREATEDBY /AWS1/DZNCREATEDBY

The user who created the account pool.

Optional arguments:

iv_domainid TYPE /AWS1/DZNDOMAINID /AWS1/DZNDOMAINID

The ID of the domain where the account pool is created.

iv_name TYPE /AWS1/DZNACCOUNTPOOLNAME /AWS1/DZNACCOUNTPOOLNAME

The name of the account pool.

iv_id TYPE /AWS1/DZNACCOUNTPOOLID /AWS1/DZNACCOUNTPOOLID

The ID of the account pool.

iv_description TYPE /AWS1/DZNDESCRIPTION /AWS1/DZNDESCRIPTION

The description of the account pool.

iv_resolutionstrategy TYPE /AWS1/DZNRESOLUTIONSTRATEGY /AWS1/DZNRESOLUTIONSTRATEGY

The mechanism used to resolve the account selection from the account pool.

iv_createdat TYPE /AWS1/DZNTIMESTAMP /AWS1/DZNTIMESTAMP

The timestamp at which the account pool was created.

iv_lastupdatedat TYPE /AWS1/DZNTIMESTAMP /AWS1/DZNTIMESTAMP

The timestamp at which the account pool was last updated.

iv_updatedby TYPE /AWS1/DZNUPDATEDBY /AWS1/DZNUPDATEDBY

The user who last updated the account pool.

iv_domainunitid TYPE /AWS1/DZNDOMAINUNITID /AWS1/DZNDOMAINUNITID

The ID of the domain where the account pool is created.


Queryable Attributes

domainId

The ID of the domain where the account pool is created.

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

name

The name of the account pool.

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

id

The ID of the account pool.

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

description

The description of the account pool.

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

resolutionStrategy

The mechanism used to resolve the account selection from the account pool.

Accessible with the following methods

Method Description
GET_RESOLUTIONSTRATEGY() Getter for RESOLUTIONSTRATEGY, with configurable default
ASK_RESOLUTIONSTRATEGY() Getter for RESOLUTIONSTRATEGY w/ exceptions if field has no
HAS_RESOLUTIONSTRATEGY() Determine if RESOLUTIONSTRATEGY has a value

accountSource

The source of accounts for the account pool. In the current release, it's either a static list of accounts provided by the customer or a custom Amazon Web Services Lambda handler.

Accessible with the following methods

Method Description
GET_ACCOUNTSOURCE() Getter for ACCOUNTSOURCE

createdBy

The user who created the account pool.

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 at which the account pool 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

The timestamp at which the account pool 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

updatedBy

The user who last updated the account pool.

Accessible with the following methods

Method Description
GET_UPDATEDBY() Getter for UPDATEDBY, with configurable default
ASK_UPDATEDBY() Getter for UPDATEDBY w/ exceptions if field has no value
HAS_UPDATEDBY() Determine if UPDATEDBY has a value

domainUnitId

The ID of the domain where the account pool is created.

Accessible with the following methods

Method Description
GET_DOMAINUNITID() Getter for DOMAINUNITID, with configurable default
ASK_DOMAINUNITID() Getter for DOMAINUNITID w/ exceptions if field has no value
HAS_DOMAINUNITID() Determine if DOMAINUNITID has a value