libZSservicesZSamazonka-iotsitewiseZSamazonka-iotsitewise
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoTSiteWise.Types.GroupIdentity

Description

 
Synopsis

Documentation

data GroupIdentity Source #

Contains information for a group identity in an access policy.

See: newGroupIdentity smart constructor.

Constructors

GroupIdentity' 

Fields

  • id :: Text

    The Amazon Web Services SSO ID of the group.

Instances

Instances details
Eq GroupIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.GroupIdentity

Read GroupIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.GroupIdentity

Show GroupIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.GroupIdentity

Generic GroupIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.GroupIdentity

Associated Types

type Rep GroupIdentity :: Type -> Type #

NFData GroupIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.GroupIdentity

Methods

rnf :: GroupIdentity -> () #

Hashable GroupIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.GroupIdentity

ToJSON GroupIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.GroupIdentity

FromJSON GroupIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.GroupIdentity

type Rep GroupIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.GroupIdentity

type Rep GroupIdentity = D1 ('MetaData "GroupIdentity" "Amazonka.IoTSiteWise.Types.GroupIdentity" "libZSservicesZSamazonka-iotsitewiseZSamazonka-iotsitewise" 'False) (C1 ('MetaCons "GroupIdentity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGroupIdentity Source #

Create a value of GroupIdentity 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:id:GroupIdentity', groupIdentity_id - The Amazon Web Services SSO ID of the group.

groupIdentity_id :: Lens' GroupIdentity Text Source #

The Amazon Web Services SSO ID of the group.