Show / Hide Table of Contents

Class IdentityPoolArgs

Inheritance
System.Object
InputArgs
ResourceArgs
IdentityPoolArgs
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.Cognito
Assembly: Pulumi.Aws.dll
Syntax
public sealed class IdentityPoolArgs : ResourceArgs

Constructors

View Source

IdentityPoolArgs()

Declaration
public IdentityPoolArgs()

Properties

View Source

AllowUnauthenticatedIdentities

Whether the identity pool supports unauthenticated logins or not.

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

CognitoIdentityProviders

An array of Amazon Cognito Identity user pools and their client IDs.

Declaration
public InputList<IdentityPoolCognitoIdentityProviderArgs> CognitoIdentityProviders { get; set; }
Property Value
Type Description
InputList<IdentityPoolCognitoIdentityProviderArgs>
View Source

DeveloperProviderName

The "domain" by which Cognito will refer to your users. This name acts as a placeholder that allows your backend and the Cognito service to communicate about the developer provider.

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

IdentityPoolName

The Cognito Identity Pool name.

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

OpenidConnectProviderArns

A list of OpendID Connect provider ARNs.

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

SamlProviderArns

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity.

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

SupportedLoginProviders

Key-Value pairs mapping provider names to provider app IDs.

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

Tags

A map of tags to assign to the Identity Pool.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.