/AWS1/CL_ODBOCIIAMROLE¶
Information about an Amazon Web Services Identity and Access Management (IAM) service role used for Autonomous Database integration with Oracle Cloud Infrastructure (OCI).
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_awsintegration TYPE /AWS1/ODBOCIAWSINTEGRATION /AWS1/ODBOCIAWSINTEGRATION¶
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 |
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_OCIIAMROLELIST¶
TYPES TT_OCIIAMROLELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ODBOCIIAMROLE WITH DEFAULT KEY
.