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 |
Documentation
data InstanceMetadata Source #
Provides information about the SSO instance.
See: newInstanceMetadata
smart constructor.
InstanceMetadata' | |
|
Instances
newInstanceMetadata :: InstanceMetadata Source #
Create a value of InstanceMetadata
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:identityStoreId:InstanceMetadata'
, instanceMetadata_identityStoreId
- The identifier of the identity store that is connected to the SSO
instance.
$sel:instanceArn:InstanceMetadata'
, instanceMetadata_instanceArn
- The ARN of the SSO instance under which the operation will be executed.
For more information about ARNs, see
Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces
in the Amazon Web Services General Reference.
instanceMetadata_identityStoreId :: Lens' InstanceMetadata (Maybe Text) Source #
The identifier of the identity store that is connected to the SSO instance.
instanceMetadata_instanceArn :: Lens' InstanceMetadata (Maybe Text) Source #
The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.