/AWS1/CL_DZNIAMUSERPFLDETAILS¶
The details of an IAM user profile in Amazon DataZone.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_arn
TYPE /AWS1/DZNSTRING
/AWS1/DZNSTRING
¶
The ARN of an IAM user profile in Amazon DataZone.
iv_principalid
TYPE /AWS1/DZNSTRING
/AWS1/DZNSTRING
¶
Principal ID of the IAM user.
Queryable Attributes¶
arn¶
The ARN of an IAM user profile in Amazon DataZone.
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 |
principalId¶
Principal ID of the IAM user.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PRINCIPALID() |
Getter for PRINCIPALID, with configurable default |
ASK_PRINCIPALID() |
Getter for PRINCIPALID w/ exceptions if field has no value |
HAS_PRINCIPALID() |
Determine if PRINCIPALID has a value |