Class DomainCognitoOptionsArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DomainCognitoOptionsArgs : ResourceArgs
Constructors
View SourceDomainCognitoOptionsArgs()
Declaration
public DomainCognitoOptionsArgs()
Properties
View SourceEnabled
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> |
IdentityPoolId
ID of the Cognito Identity Pool to use
Declaration
public Input<string> IdentityPoolId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
UserPoolId
ID of the Cognito User Pool to use
Declaration
public Input<string> UserPoolId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |