Show / Hide Table of Contents

Class DomainCognitoOptionsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DomainCognitoOptionsArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DomainCognitoOptionsArgs : ResourceArgs

Constructors

View Source

DomainCognitoOptionsArgs()

Declaration
public DomainCognitoOptionsArgs()

Properties

View Source

Enabled

Specifies whether Amazon Cognito authentication with Kibana is enabled or not

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

IdentityPoolId

ID of the Cognito Identity Pool to use

Declaration
public Input<string> IdentityPoolId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RoleArn

ARN of the IAM role that has the AmazonESCognitoAccess policy attached

Declaration
public Input<string> RoleArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UserPoolId

ID of the Cognito User Pool to use

Declaration
public Input<string> UserPoolId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.