AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Options to specify the Cognito user and identity pools for Kibana authentication. For more information, see Amazon Cognito Authentication for Kibana.

Inheritance Hierarchy

System.Object
  Amazon.Elasticsearch.Model.CognitoOptions

Namespace: Amazon.Elasticsearch.Model
Assembly: AWSSDK.Elasticsearch.dll
Version: 3.x.y.z

Syntax

C#
public class CognitoOptions

The CognitoOptions type exposes the following members

Constructors

NameDescription
Public Method CognitoOptions()

Properties

NameTypeDescription
Public Property Enabled System.Boolean

Gets and sets the property Enabled.

Specifies the option to enable Cognito for Kibana authentication.

Public Property IdentityPoolId System.String

Gets and sets the property IdentityPoolId.

Specifies the Cognito identity pool ID for Kibana authentication.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

Specifies the role ARN that provides Elasticsearch permissions for accessing Cognito resources.

Public Property UserPoolId System.String

Gets and sets the property UserPoolId.

Specifies the Cognito user pool ID for Kibana authentication.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5