aws-cdk-lib.aws_cognito.CfnUserPoolResourceServer.ResourceServerScopeTypeProperty

interface ResourceServerScopeTypeProperty

LanguageType name
.NETAmazon.CDK.AWS.Cognito.CfnUserPoolResourceServer.ResourceServerScopeTypeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscognito#CfnUserPoolResourceServer_ResourceServerScopeTypeProperty
Javasoftware.amazon.awscdk.services.cognito.CfnUserPoolResourceServer.ResourceServerScopeTypeProperty
Pythonaws_cdk.aws_cognito.CfnUserPoolResourceServer.ResourceServerScopeTypeProperty
TypeScript aws-cdk-lib » aws_cognito » CfnUserPoolResourceServer » ResourceServerScopeTypeProperty

A resource server scope.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cognito as cognito } from 'aws-cdk-lib';
const resourceServerScopeTypeProperty: cognito.CfnUserPoolResourceServer.ResourceServerScopeTypeProperty = {
  scopeDescription: 'scopeDescription',
  scopeName: 'scopeName',
};

Properties

NameTypeDescription
scopeDescriptionstringA description of the scope.
scopeNamestringThe name of the scope.

scopeDescription

Type: string

A description of the scope.


scopeName

Type: string

The name of the scope.