Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ResourceServerType = ResourceServerType' {
- userPoolId :: Maybe Text
- identifier :: Maybe Text
- scopes :: Maybe [ResourceServerScopeType]
- name :: Maybe Text
- newResourceServerType :: ResourceServerType
- resourceServerType_userPoolId :: Lens' ResourceServerType (Maybe Text)
- resourceServerType_identifier :: Lens' ResourceServerType (Maybe Text)
- resourceServerType_scopes :: Lens' ResourceServerType (Maybe [ResourceServerScopeType])
- resourceServerType_name :: Lens' ResourceServerType (Maybe Text)
Documentation
data ResourceServerType Source #
A container for information about a resource server for a user pool.
See: newResourceServerType
smart constructor.
ResourceServerType' | |
|
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:userPoolId:ResourceServerType'
, resourceServerType_userPoolId
- The user pool ID for the user pool that hosts the resource server.
$sel:identifier:ResourceServerType'
, resourceServerType_identifier
- The identifier for the resource server.
$sel:scopes:ResourceServerType'
, resourceServerType_scopes
- A list of scopes that are defined for the resource server.
$sel:name:ResourceServerType'
, resourceServerType_name
- The name of the resource server.
resourceServerType_userPoolId :: Lens' ResourceServerType (Maybe Text) Source #
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_scopes :: Lens' ResourceServerType (Maybe [ResourceServerScopeType]) Source #
A list of scopes that are defined for the resource server.
resourceServerType_name :: Lens' ResourceServerType (Maybe Text) Source #
The name of the resource server.