Class IdentityPoolCognitoIdentityProvider
Inheritance
System.Object
IdentityPoolCognitoIdentityProvider
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class IdentityPoolCognitoIdentityProvider
Fields
View SourceClientId
The client ID for the Amazon Cognito Identity User Pool.
Declaration
public readonly string ClientId
Field Value
| Type | Description |
|---|---|
| System.String |
ProviderName
The provider name for an Amazon Cognito Identity User Pool.
Declaration
public readonly string ProviderName
Field Value
| Type | Description |
|---|---|
| System.String |
ServerSideTokenCheck
Whether server-side token validation is enabled for the identity provider’s token or not.
Declaration
public readonly bool? ServerSideTokenCheck
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |