/AWS1/CL_RE2ORGCONFIGURATION¶
This is a structure that contains the status of Amazon Web Services service access, and whether you have a valid service-linked role to enable multi-account search for your organization.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_awsserviceaccessstatus
TYPE /AWS1/RE2AWSSVCACCESSSTATUS
/AWS1/RE2AWSSVCACCESSSTATUS
¶
This value displays whether your Amazon Web Services service access is
ENABLED
orDISABLED
.
Optional arguments:¶
iv_servicelinkedrole
TYPE /AWS1/RE2STRING
/AWS1/RE2STRING
¶
This value shows whether or not you have a valid a service-linked role required to start the multi-account search feature.
Queryable Attributes¶
AWSServiceAccessStatus¶
This value displays whether your Amazon Web Services service access is
ENABLED
orDISABLED
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AWSSERVICEACCESSSTATUS() |
Getter for AWSSERVICEACCESSSTATUS, with configurable default |
ASK_AWSSERVICEACCESSSTATUS() |
Getter for AWSSERVICEACCESSSTATUS w/ exceptions if field has |
HAS_AWSSERVICEACCESSSTATUS() |
Determine if AWSSERVICEACCESSSTATUS has a value |
ServiceLinkedRole¶
This value shows whether or not you have a valid a service-linked role required to start the multi-account search feature.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SERVICELINKEDROLE() |
Getter for SERVICELINKEDROLE, with configurable default |
ASK_SERVICELINKEDROLE() |
Getter for SERVICELINKEDROLE w/ exceptions if field has no v |
HAS_SERVICELINKEDROLE() |
Determine if SERVICELINKEDROLE has a value |