@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-29T20:31:11.851Z") @Stability(value=Stable) 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()
The Amazon Cognito identity pool ID that you want Amazon ES to use for Kibana authentication.
|
IRole |
getRole()
A role that allows Amazon ES to configure your user pool and identity pool.
|
String |
getUserPoolId()
The Amazon Cognito user pool ID that you want Amazon ES to use for Kibana authentication.
|
@Stability(value=Stable) @NotNull String getIdentityPoolId()
@Stability(value=Stable) @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=Stable) @NotNull String getUserPoolId()
@Stability(value=Stable) static CognitoOptions.Builder builder()
CognitoOptions.Builder of CognitoOptionsCopyright © 2021. All rights reserved.