/AWS1/CL_QSTREADIAMCONNMET¶
Read-only metadata for IAM-based connections, containing role and source ARN information.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_rolearn TYPE /AWS1/QSTROLEARN /AWS1/QSTROLEARN¶
The Amazon Resource Name (ARN) of the IAM role to assume for authentication.
iv_sourcearn TYPE /AWS1/QSTRESOURCEARN /AWS1/QSTRESOURCEARN¶
The Amazon Resource Name (ARN) of the source resource for IAM authentication.
Queryable Attributes¶
RoleArn¶
The Amazon Resource Name (ARN) of the IAM role to assume for authentication.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLEARN() |
Getter for ROLEARN, with configurable default |
ASK_ROLEARN() |
Getter for ROLEARN w/ exceptions if field has no value |
HAS_ROLEARN() |
Determine if ROLEARN has a value |
SourceArn¶
The Amazon Resource Name (ARN) of the source resource for IAM authentication.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEARN() |
Getter for SOURCEARN, with configurable default |
ASK_SOURCEARN() |
Getter for SOURCEARN w/ exceptions if field has no value |
HAS_SOURCEARN() |
Determine if SOURCEARN has a value |