| 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.ResourceServerType
Description
Synopsis
- data ResourceServerType = ResourceServerType' {
- identifier :: Maybe Text
- name :: Maybe Text
- scopes :: Maybe [ResourceServerScopeType]
- userPoolId :: Maybe Text
- newResourceServerType :: ResourceServerType
- resourceServerType_identifier :: Lens' ResourceServerType (Maybe Text)
- resourceServerType_name :: Lens' ResourceServerType (Maybe Text)
- resourceServerType_scopes :: Lens' ResourceServerType (Maybe [ResourceServerScopeType])
- resourceServerType_userPoolId :: Lens' ResourceServerType (Maybe Text)
Documentation
data ResourceServerType Source #
A container for information about a resource server for a user pool.
See: newResourceServerType smart constructor.
Constructors
| ResourceServerType' | |
Fields
| |
Instances
newResourceServerType :: ResourceServerType Source #
Create a value of ResourceServerType 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:identifier:ResourceServerType', resourceServerType_identifier - The identifier for the resource server.
$sel:name:ResourceServerType', resourceServerType_name - The name of the resource server.
$sel:scopes:ResourceServerType', resourceServerType_scopes - A list of scopes that are defined for the resource server.
$sel:userPoolId:ResourceServerType', resourceServerType_userPoolId - The user pool ID for the user pool that hosts the resource server.
resourceServerType_identifier :: Lens' ResourceServerType (Maybe Text) Source #
The identifier for the resource server.
resourceServerType_name :: Lens' ResourceServerType (Maybe Text) Source #
The name of the resource server.
resourceServerType_scopes :: Lens' ResourceServerType (Maybe [ResourceServerScopeType]) Source #
A list of scopes that are defined for the resource server.
resourceServerType_userPoolId :: Lens' ResourceServerType (Maybe Text) Source #
The user pool ID for the user pool that hosts the resource server.