Show / Hide Table of Contents

Class UserPoolIdentityProviderFacebook

Represents a identity provider that integrates with 'Facebook Login'.

Inheritance
System.Object
Construct
Resource
UserPoolIdentityProviderFacebook
Implements
IUserPoolIdentityProvider
IResource
IConstruct
Constructs.IConstruct
IDependable
Inherited Members
Resource.IsResource(IConstruct)
Resource.ApplyRemovalPolicy(RemovalPolicy)
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(String, IArnComponents)
Resource.GetResourceNameAttribute(String)
Resource.Env
Resource.PhysicalName
Resource.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
Namespace: Amazon.CDK.AWS.Cognito
Assembly: Amazon.CDK.AWS.Cognito.dll
Syntax (csharp)
public class UserPoolIdentityProviderFacebook : Resource, IUserPoolIdentityProvider, IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Class UserPoolIdentityProviderFacebook
    Inherits Resource
    Implements IUserPoolIdentityProvider, IResource, IConstruct, IConstruct, IDependable
Remarks

Resource: AWS::Cognito::UserPoolIdentityProvider

Synopsis

Constructors

UserPoolIdentityProviderFacebook(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

UserPoolIdentityProviderFacebook(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

UserPoolIdentityProviderFacebook(Construct, String, IUserPoolIdentityProviderFacebookProps)

Properties

ProviderName

The primary identifier of this identity provider.

Methods

ConfigureAttributeMapping()

Constructors

UserPoolIdentityProviderFacebook(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected UserPoolIdentityProviderFacebook(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

UserPoolIdentityProviderFacebook(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected UserPoolIdentityProviderFacebook(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

UserPoolIdentityProviderFacebook(Construct, String, IUserPoolIdentityProviderFacebookProps)

public UserPoolIdentityProviderFacebook(Construct scope, string id, IUserPoolIdentityProviderFacebookProps props)
Parameters
scope Constructs.Construct
id System.String
props IUserPoolIdentityProviderFacebookProps

Properties

ProviderName

The primary identifier of this identity provider.

public virtual string ProviderName { get; }
Property Value

System.String

Methods

ConfigureAttributeMapping()

protected virtual object ConfigureAttributeMapping()
Returns

System.Object

Implements

IUserPoolIdentityProvider
IResource
IConstruct
Constructs.IConstruct
IDependable
Back to top Generated by DocFX