| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CognitoIdentityProvider.Types.ResourceServerScopeType
Description
Documentation
data ResourceServerScopeType Source #
A resource server scope.
See: newResourceServerScopeType smart constructor.
Constructors
| ResourceServerScopeType' | |
Fields
| |
Instances
newResourceServerScopeType Source #
Arguments
| :: Text | |
| -> Text | |
| -> ResourceServerScopeType |
Create a value of ResourceServerScopeType with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:scopeName:ResourceServerScopeType', resourceServerScopeType_scopeName - The name of the scope.
$sel:scopeDescription:ResourceServerScopeType', resourceServerScopeType_scopeDescription - A description of the scope.
resourceServerScopeType_scopeName :: Lens' ResourceServerScopeType Text Source #
The name of the scope.
resourceServerScopeType_scopeDescription :: Lens' ResourceServerScopeType Text Source #
A description of the scope.