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.LaunchTemplateIamInstanceProfileSpecification

Description

 
Synopsis

Documentation

data LaunchTemplateIamInstanceProfileSpecification Source #

Describes an IAM instance profile.

See: newLaunchTemplateIamInstanceProfileSpecification smart constructor.

Constructors

LaunchTemplateIamInstanceProfileSpecification' 

Fields

Instances

Instances details
FromXML LaunchTemplateIamInstanceProfileSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateIamInstanceProfileSpecification

Generic LaunchTemplateIamInstanceProfileSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateIamInstanceProfileSpecification

Read LaunchTemplateIamInstanceProfileSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateIamInstanceProfileSpecification

Show LaunchTemplateIamInstanceProfileSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateIamInstanceProfileSpecification

NFData LaunchTemplateIamInstanceProfileSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateIamInstanceProfileSpecification

Eq LaunchTemplateIamInstanceProfileSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateIamInstanceProfileSpecification

Hashable LaunchTemplateIamInstanceProfileSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateIamInstanceProfileSpecification

type Rep LaunchTemplateIamInstanceProfileSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateIamInstanceProfileSpecification

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

newLaunchTemplateIamInstanceProfileSpecification :: LaunchTemplateIamInstanceProfileSpecification Source #

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

$sel:name:LaunchTemplateIamInstanceProfileSpecification', launchTemplateIamInstanceProfileSpecification_name - The name of the instance profile.