Class DomainCognitoOptions


  • public final class DomainCognitoOptions
    extends java.lang.Object
    • Method Detail

      • enabled

        public java.util.Optional<java.lang.Boolean> enabled()
        Returns:
        Whether Amazon Cognito authentication with Dashboard is enabled or not. Default is `false`.
      • identityPoolId

        public java.lang.String identityPoolId()
        Returns:
        ID of the Cognito Identity Pool to use.
      • roleArn

        public java.lang.String roleArn()
        Returns:
        ARN of the IAM role that has the AmazonOpenSearchServiceCognitoAccess policy attached.
      • userPoolId

        public java.lang.String userPoolId()
        Returns:
        ID of the Cognito User Pool to use.