ResourceServerScopeProps¶
-
class
aws_cdk.aws_cognito.
ResourceServerScopeProps
(*, scope_description, scope_name)¶ Bases:
object
Props to initialize ResourceServerScope.
- Parameters
scope_description (
str
) – A description of the scope.scope_name (
str
) – The name of the scope.
Attributes
-
scope_description
¶ A description of the scope.
- Return type
str
-
scope_name
¶ The name of the scope.
- Return type
str