AWS::Cognito::UserPoolResourceServer ResourceServerScopeType - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Cognito::UserPoolResourceServer ResourceServerScopeType

A resource server scope.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "ScopeDescription" : String, "ScopeName" : String }

YAML

ScopeDescription: String ScopeName: String

Properties

ScopeDescription

A description of the scope.

Required: Yes

Type: String

Minimum: 1

Maximum: 256

Update requires: No interruption

ScopeName

The name of the scope.

Required: Yes

Type: String

Pattern: [\x21\x23-\x2E\x30-\x5B\x5D-\x7E]+

Minimum: 1

Maximum: 256

Update requires: No interruption