Show / Hide Table of Contents

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 Source

Enabled

Specifies whether Amazon Cognito authentication with Kibana is enabled or not

Declaration
public readonly bool? Enabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

IdentityPoolId

ID of the Cognito Identity Pool to use

Declaration
public readonly string IdentityPoolId
Field Value
Type Description
System.String
View Source

RoleArn

ARN of the IAM role that has the AmazonESCognitoAccess policy attached

Declaration
public readonly string RoleArn
Field Value
Type Description
System.String
View Source

UserPoolId

ID of the Cognito User Pool to use

Declaration
public readonly string UserPoolId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.