/AWS1/CL_ESSCOGNITOOPTIONS¶
Options to specify the Cognito user and identity pools for Kibana authentication. For more information, see Amazon Cognito Authentication for Kibana.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_enabled TYPE /AWS1/ESSBOOLEAN /AWS1/ESSBOOLEAN¶
Specifies the option to enable Cognito for Kibana authentication.
iv_userpoolid TYPE /AWS1/ESSUSERPOOLID /AWS1/ESSUSERPOOLID¶
Specifies the Cognito user pool ID for Kibana authentication.
iv_identitypoolid TYPE /AWS1/ESSIDENTITYPOOLID /AWS1/ESSIDENTITYPOOLID¶
Specifies the Cognito identity pool ID for Kibana authentication.
iv_rolearn TYPE /AWS1/ESSROLEARN /AWS1/ESSROLEARN¶
Specifies the role ARN that provides Elasticsearch permissions for accessing Cognito resources.
Queryable Attributes¶
Enabled¶
Specifies the option to enable Cognito for Kibana authentication.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLED() |
Getter for ENABLED, with configurable default |
ASK_ENABLED() |
Getter for ENABLED w/ exceptions if field has no value |
HAS_ENABLED() |
Determine if ENABLED has a value |
UserPoolId¶
Specifies the Cognito user pool ID for Kibana authentication.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERPOOLID() |
Getter for USERPOOLID, with configurable default |
ASK_USERPOOLID() |
Getter for USERPOOLID w/ exceptions if field has no value |
HAS_USERPOOLID() |
Determine if USERPOOLID has a value |
IdentityPoolId¶
Specifies the Cognito identity pool ID for Kibana authentication.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDENTITYPOOLID() |
Getter for IDENTITYPOOLID, with configurable default |
ASK_IDENTITYPOOLID() |
Getter for IDENTITYPOOLID w/ exceptions if field has no valu |
HAS_IDENTITYPOOLID() |
Determine if IDENTITYPOOLID has a value |
RoleArn¶
Specifies the role ARN that provides Elasticsearch permissions for accessing Cognito resources.
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 |