Class IdentityPoolArgs
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.Cognito
Assembly: Pulumi.Aws.dll
Syntax
public sealed class IdentityPoolArgs : ResourceArgs
Constructors
View SourceIdentityPoolArgs()
Declaration
public IdentityPoolArgs()
Properties
View SourceAllowUnauthenticatedIdentities
Whether the identity pool supports unauthenticated logins or not.
Declaration
public Input<bool> AllowUnauthenticatedIdentities { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
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> |
IdentityPoolName
The Cognito Identity Pool name.
Declaration
public Input<string> IdentityPoolName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OpenidConnectProviderArns
A list of OpendID Connect provider ARNs.
Declaration
public InputList<string> OpenidConnectProviderArns { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
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> |
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> |
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> |