amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.IamInstanceProfileSpecification

Description

 
Synopsis

Documentation

data IamInstanceProfileSpecification Source #

Describes an IAM instance profile.

See: newIamInstanceProfileSpecification smart constructor.

Constructors

IamInstanceProfileSpecification' 

Fields

Instances

Instances details
ToQuery IamInstanceProfileSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.IamInstanceProfileSpecification

FromXML IamInstanceProfileSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.IamInstanceProfileSpecification

Generic IamInstanceProfileSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.IamInstanceProfileSpecification

Associated Types

type Rep IamInstanceProfileSpecification :: Type -> Type #

Read IamInstanceProfileSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.IamInstanceProfileSpecification

Show IamInstanceProfileSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.IamInstanceProfileSpecification

NFData IamInstanceProfileSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.IamInstanceProfileSpecification

Eq IamInstanceProfileSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.IamInstanceProfileSpecification

Hashable IamInstanceProfileSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.IamInstanceProfileSpecification

type Rep IamInstanceProfileSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.IamInstanceProfileSpecification

type Rep IamInstanceProfileSpecification = D1 ('MetaData "IamInstanceProfileSpecification" "Amazonka.EC2.Types.IamInstanceProfileSpecification" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "IamInstanceProfileSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newIamInstanceProfileSpecification :: IamInstanceProfileSpecification Source #

Create a value of IamInstanceProfileSpecification 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:IamInstanceProfileSpecification', iamInstanceProfileSpecification_arn - The Amazon Resource Name (ARN) of the instance profile.

$sel:name:IamInstanceProfileSpecification', iamInstanceProfileSpecification_name - The name of the instance profile.

iamInstanceProfileSpecification_arn :: Lens' IamInstanceProfileSpecification (Maybe Text) Source #

The Amazon Resource Name (ARN) of the instance profile.