Table of Contents

Interface CfnUserPoolResourceServer.IResourceServerScopeTypeProperty

Namespace
Amazon.CDK.AWS.Cognito
Assembly
Amazon.CDK.AWS.Cognito.dll

A resource server scope.

public interface CfnUserPoolResourceServer.IResourceServerScopeTypeProperty

Examples

// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Cognito;

             var resourceServerScopeTypeProperty = new ResourceServerScopeTypeProperty {
                 ScopeDescription = "scopeDescription",
                 ScopeName = "scopeName"
             };

Remarks

Properties

ScopeDescription

A description of the scope.

string ScopeDescription { get; }

Property Value

string

Remarks

ScopeName

The name of the scope.

string ScopeName { get; }

Property Value

string

Remarks