Table of Contents

Class CfnUserPoolResourceServer.ResourceServerScopeTypeProperty

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

A resource server scope.

public class CfnUserPoolResourceServer.ResourceServerScopeTypeProperty : CfnUserPoolResourceServer.IResourceServerScopeTypeProperty
Inheritance
CfnUserPoolResourceServer.ResourceServerScopeTypeProperty
Implements
Inherited Members

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

Constructors

ResourceServerScopeTypeProperty()

public ResourceServerScopeTypeProperty()

Properties

ScopeDescription

A description of the scope.

public string ScopeDescription { get; set; }

Property Value

string

Remarks

ScopeName

The name of the scope.

public string ScopeName { get; set; }

Property Value

string

Remarks