/AWS1/CL_ODBIAMROLE¶
Information about an Amazon Web Services Identity and Access Management (IAM) service role associated with a resource.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_iamrolearn TYPE /AWS1/ODBROLEARN /AWS1/ODBROLEARN¶
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) service role.
iv_status TYPE /AWS1/ODBIAMROLESTATUS /AWS1/ODBIAMROLESTATUS¶
The current status of the Amazon Web Services Identity and Access Management (IAM) service role.
iv_statusreason TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING¶
Additional information about the current status of the Amazon Web Services Identity and Access Management (IAM) service role, if applicable.
iv_awsintegration TYPE /AWS1/ODBSUPPORTEDAWSINTG /AWS1/ODBSUPPORTEDAWSINTG¶
The Amazon Web Services integration configuration settings for the Amazon Web Services Identity and Access Management (IAM) service role.
Queryable Attributes¶
iamRoleArn¶
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) service role.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IAMROLEARN() |
Getter for IAMROLEARN, with configurable default |
ASK_IAMROLEARN() |
Getter for IAMROLEARN w/ exceptions if field has no value |
HAS_IAMROLEARN() |
Determine if IAMROLEARN has a value |
status¶
The current status of the Amazon Web Services Identity and Access Management (IAM) service role.
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 |
statusReason¶
Additional information about the current status of the Amazon Web Services Identity and Access Management (IAM) service role, if applicable.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |
awsIntegration¶
The Amazon Web Services integration configuration settings for the Amazon Web Services Identity and Access Management (IAM) service role.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSINTEGRATION() |
Getter for AWSINTEGRATION, with configurable default |
ASK_AWSINTEGRATION() |
Getter for AWSINTEGRATION w/ exceptions if field has no valu |
HAS_AWSINTEGRATION() |
Determine if AWSINTEGRATION 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_IAMROLELIST¶
TYPES TT_IAMROLELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ODBIAMROLE WITH DEFAULT KEY
.