Show / Hide Table of Contents

Interface IUserPoolResourceServer

Represents a Cognito user pool resource server.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IUserPoolResourceServerRef.UserPoolResourceServerRef
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.Cognito
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IUserPoolResourceServer : IResource, IUserPoolResourceServerRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IUserPoolResourceServer Inherits IResource, IUserPoolResourceServerRef, IConstruct, IDependable, IEnvironmentAware

Synopsis

Properties

UserPoolResourceServerId

Resource server id.

Properties

UserPoolResourceServerId

Resource server id.

string UserPoolResourceServerId { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX