amazonka-iotsitewise-2.0: Amazon IoT SiteWise 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.IoTSiteWise.Types.IAMRoleIdentity

Description

 
Synopsis

Documentation

data IAMRoleIdentity Source #

Contains information about an Identity and Access Management role. For more information, see IAM roles in the IAM User Guide.

See: newIAMRoleIdentity smart constructor.

Constructors

IAMRoleIdentity' 

Fields

  • arn :: Text

    The ARN of the IAM role. For more information, see IAM ARNs in the IAM User Guide.

Instances

Instances details
FromJSON IAMRoleIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.IAMRoleIdentity

ToJSON IAMRoleIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.IAMRoleIdentity

Generic IAMRoleIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.IAMRoleIdentity

Associated Types

type Rep IAMRoleIdentity :: Type -> Type #

Read IAMRoleIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.IAMRoleIdentity

Show IAMRoleIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.IAMRoleIdentity

NFData IAMRoleIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.IAMRoleIdentity

Methods

rnf :: IAMRoleIdentity -> () #

Eq IAMRoleIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.IAMRoleIdentity

Hashable IAMRoleIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.IAMRoleIdentity

type Rep IAMRoleIdentity Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.IAMRoleIdentity

type Rep IAMRoleIdentity = D1 ('MetaData "IAMRoleIdentity" "Amazonka.IoTSiteWise.Types.IAMRoleIdentity" "amazonka-iotsitewise-2.0-AK8rDlpQ5oPJsrLUUxJgY" 'False) (C1 ('MetaCons "IAMRoleIdentity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newIAMRoleIdentity Source #

Create a value of IAMRoleIdentity 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:arn:IAMRoleIdentity', iAMRoleIdentity_arn - The ARN of the IAM role. For more information, see IAM ARNs in the IAM User Guide.

iAMRoleIdentity_arn :: Lens' IAMRoleIdentity Text Source #

The ARN of the IAM role. For more information, see IAM ARNs in the IAM User Guide.