amazonka-sso-admin-2.0: Amazon Single Sign-On Admin SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SSOAdmin.Types.InstanceMetadata

Description

 
Synopsis

Documentation

data InstanceMetadata Source #

Provides information about the IAM Identity Center instance.

See: newInstanceMetadata smart constructor.

Constructors

InstanceMetadata' 

Fields

Instances

Instances details
FromJSON InstanceMetadata Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.InstanceMetadata

Generic InstanceMetadata Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.InstanceMetadata

Associated Types

type Rep InstanceMetadata :: Type -> Type #

Read InstanceMetadata Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.InstanceMetadata

Show InstanceMetadata Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.InstanceMetadata

NFData InstanceMetadata Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.InstanceMetadata

Methods

rnf :: InstanceMetadata -> () #

Eq InstanceMetadata Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.InstanceMetadata

Hashable InstanceMetadata Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.InstanceMetadata

type Rep InstanceMetadata Source # 
Instance details

Defined in Amazonka.SSOAdmin.Types.InstanceMetadata

type Rep InstanceMetadata = D1 ('MetaData "InstanceMetadata" "Amazonka.SSOAdmin.Types.InstanceMetadata" "amazonka-sso-admin-2.0-HhKPJAnDdA18B4mnMjNqZF" 'False) (C1 ('MetaCons "InstanceMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identityStoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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 IAM Identity Center instance.

$sel:instanceArn:InstanceMetadata', instanceMetadata_instanceArn - The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

instanceMetadata_identityStoreId :: Lens' InstanceMetadata (Maybe Text) Source #

The identifier of the identity store that is connected to the IAM Identity Center instance.

instanceMetadata_instanceArn :: Lens' InstanceMetadata (Maybe Text) Source #

The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.