@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.039Z") @Stability(value=Experimental) public interface CognitoOptions extends software.amazon.jsii.JsiiSerializable
https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-cognito-auth.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CognitoOptions.Builder
A builder for
CognitoOptions |
static class |
CognitoOptions.Jsii$Proxy
An implementation for
CognitoOptions |
| Modifier and Type | Method and Description |
|---|---|
static CognitoOptions.Builder |
builder() |
String |
getIdentityPoolId()
(experimental) The Amazon Cognito identity pool ID that you want Amazon ES to use for Kibana authentication.
|
IRole |
getRole()
(experimental) A role that allows Amazon ES to configure your user pool and identity pool.
|
String |
getUserPoolId()
(experimental) The Amazon Cognito user pool ID that you want Amazon ES to use for Kibana authentication.
|
@Stability(value=Experimental) @NotNull String getIdentityPoolId()
@Stability(value=Experimental) @NotNull IRole getRole()
It must have the AmazonESCognitoAccess policy attached to it.
https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-cognito-auth.html#es-cognito-auth-prereq@Stability(value=Experimental) @NotNull String getUserPoolId()
@Stability(value=Experimental) static CognitoOptions.Builder builder()
CognitoOptions.Builder of CognitoOptionsCopyright © 2021. All rights reserved.