Class DomainCognitoOptions
Inheritance
System.Object
DomainCognitoOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ElasticSearch.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DomainCognitoOptions
Fields
View SourceEnabled
Specifies whether Amazon Cognito authentication with Kibana is enabled or not
Declaration
public readonly bool? Enabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
IdentityPoolId
ID of the Cognito Identity Pool to use
Declaration
public readonly string IdentityPoolId
Field Value
| Type | Description |
|---|---|
| System.String |
RoleArn
ARN of the IAM role that has the AmazonESCognitoAccess policy attached
Declaration
public readonly string RoleArn
Field Value
| Type | Description |
|---|---|
| System.String |
UserPoolId
ID of the Cognito User Pool to use
Declaration
public readonly string UserPoolId
Field Value
| Type | Description |
|---|---|
| System.String |