Show / Hide Table of Contents

Class IdentityProviderState

Inheritance
System.Object
InputArgs
ResourceArgs
IdentityProviderState
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 IdentityProviderState : ResourceArgs

Constructors

View Source

IdentityProviderState()

Declaration
public IdentityProviderState()

Properties

View Source

AttributeMapping

The map of attribute mapping of user pool attributes. AttributeMapping in AWS API documentation

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

IdpIdentifiers

The list of identity providers.

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

ProviderDetails

The map of identity details, such as access token

Declaration
public InputMap<object> ProviderDetails { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

ProviderName

The provider name

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

ProviderType

The provider type. See AWS API for valid values

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

UserPoolId

The user pool id

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