@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-10-06T13:25:06.384Z") @Stability(value=Deprecated) @Deprecated public interface CognitoOptions extends software.amazon.jsii.JsiiSerializable
Example:
Domain.Builder.create(this, "Domain")
.cognitoKibanaAuth(CognitoOptions.builder()
.identityPoolId("test-identity-pool-id")
.userPoolId("test-user-pool-id")
.role(role)
.build())
.version(elasticsearchVersion)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CognitoOptions.Builder
Deprecated.
|
static class |
CognitoOptions.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CognitoOptions.Builder |
builder()
Deprecated.
|
String |
getIdentityPoolId()
Deprecated.
use opensearchservice module instead
|
IRole |
getRole()
Deprecated.
use opensearchservice module instead
|
String |
getUserPoolId()
Deprecated.
use opensearchservice module instead
|
@Stability(value=Deprecated) @Deprecated @NotNull String getIdentityPoolId()
@Stability(value=Deprecated) @Deprecated @NotNull IRole getRole()
It must have the AmazonESCognitoAccess policy attached to it.
@Stability(value=Deprecated) @Deprecated @NotNull String getUserPoolId()
@Stability(value=Deprecated) @Deprecated static CognitoOptions.Builder builder()
CognitoOptions.Builder of CognitoOptionsCopyright © 2022. All rights reserved.