@Generated(value="software.amazon.awssdk:codegen") public final class CognitoOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CognitoOptions.Builder,CognitoOptions>
Options to specify the Cognito user and identity pools for Kibana authentication. For more information, see Amazon Cognito Authentication for Kibana.
Modifier and Type | Class and Description |
---|---|
static interface |
CognitoOptions.Builder |
Modifier and Type | Method and Description |
---|---|
static CognitoOptions.Builder |
builder() |
Boolean |
enabled()
Specifies the option to enable Cognito for Kibana authentication.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identityPoolId()
Specifies the Cognito identity pool ID for Kibana authentication.
|
String |
roleArn()
Specifies the role ARN that provides Elasticsearch permissions for accessing Cognito resources.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CognitoOptions.Builder> |
serializableBuilderClass() |
CognitoOptions.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
userPoolId()
Specifies the Cognito user pool ID for Kibana authentication.
|
copy
public Boolean enabled()
Specifies the option to enable Cognito for Kibana authentication.
public String userPoolId()
Specifies the Cognito user pool ID for Kibana authentication.
public String identityPoolId()
Specifies the Cognito identity pool ID for Kibana authentication.
public String roleArn()
Specifies the role ARN that provides Elasticsearch permissions for accessing Cognito resources.
public CognitoOptions.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CognitoOptions.Builder,CognitoOptions>
public static CognitoOptions.Builder builder()
public static Class<? extends CognitoOptions.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.