Show / Hide Table of Contents

Class UserPoolResourceServer

Defines a User Pool OAuth2.0 Resource Server.

Inheritance
System.Object
Construct
Resource
UserPoolResourceServer
Implements
IUserPoolResourceServer
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 UserPoolResourceServer : Resource, IUserPoolResourceServer, IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Class UserPoolResourceServer
    Inherits Resource
    Implements IUserPoolResourceServer, IResource, IConstruct, IConstruct, IDependable

Synopsis

Constructors

UserPoolResourceServer(ByRefValue)

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

UserPoolResourceServer(DeputyBase.DeputyProps)

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

UserPoolResourceServer(Construct, String, IUserPoolResourceServerProps)

Properties

UserPoolResourceServerId

Resource server id.

Methods

FromUserPoolResourceServerId(Construct, String, String)

Import a user pool resource client given its id.

Constructors

UserPoolResourceServer(ByRefValue)

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

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

The Javascript-owned object reference

UserPoolResourceServer(DeputyBase.DeputyProps)

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

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

The deputy props

UserPoolResourceServer(Construct, String, IUserPoolResourceServerProps)

public UserPoolResourceServer(Construct scope, string id, IUserPoolResourceServerProps props)
Parameters
scope Constructs.Construct
id System.String
props IUserPoolResourceServerProps

Properties

UserPoolResourceServerId

Resource server id.

public virtual string UserPoolResourceServerId { get; }
Property Value

System.String

Methods

FromUserPoolResourceServerId(Construct, String, String)

Import a user pool resource client given its id.

public static IUserPoolResourceServer FromUserPoolResourceServerId(Construct scope, string id, string userPoolResourceServerId)
Parameters
scope Constructs.Construct
id System.String
userPoolResourceServerId System.String
Returns

IUserPoolResourceServer

Implements

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