Show / Hide Table of Contents

Class IdentityPoolCognitoIdentityProviderArgs

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

Constructors

View Source

IdentityPoolCognitoIdentityProviderArgs()

Declaration
public IdentityPoolCognitoIdentityProviderArgs()

Properties

View Source

ClientId

The client ID for the Amazon Cognito Identity User Pool.

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

ProviderName

The provider name for an Amazon Cognito Identity User Pool.

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

ServerSideTokenCheck

Whether server-side token validation is enabled for the identity provider’s token or not.

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