Interface IUserPoolIdentityProvider
Represents a UserPoolIdentityProvider.
Namespace: Amazon.CDK.AWS.Cognito
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IUserPoolIdentityProvider : IResource
Syntax (vb)
Public Interface IUserPoolIdentityProvider
Inherits IResource, IConstruct, IDependable
Synopsis
Properties
ProviderName | The primary identifier of this identity provider. |
Properties
ProviderName
The primary identifier of this identity provider.
string ProviderName { get; }
Property Value
System.String
Remarks
Attribute: true