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

Description

 
Synopsis

Documentation

data LaunchTemplateIamInstanceProfileSpecificationRequest Source #

An IAM instance profile.

See: newLaunchTemplateIamInstanceProfileSpecificationRequest smart constructor.

Constructors

LaunchTemplateIamInstanceProfileSpecificationRequest' 

Fields

Instances

Instances details
ToQuery LaunchTemplateIamInstanceProfileSpecificationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateIamInstanceProfileSpecificationRequest

Generic LaunchTemplateIamInstanceProfileSpecificationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateIamInstanceProfileSpecificationRequest

Read LaunchTemplateIamInstanceProfileSpecificationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateIamInstanceProfileSpecificationRequest

Show LaunchTemplateIamInstanceProfileSpecificationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateIamInstanceProfileSpecificationRequest

NFData LaunchTemplateIamInstanceProfileSpecificationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateIamInstanceProfileSpecificationRequest

Eq LaunchTemplateIamInstanceProfileSpecificationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateIamInstanceProfileSpecificationRequest

Hashable LaunchTemplateIamInstanceProfileSpecificationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateIamInstanceProfileSpecificationRequest

type Rep LaunchTemplateIamInstanceProfileSpecificationRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateIamInstanceProfileSpecificationRequest

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

newLaunchTemplateIamInstanceProfileSpecificationRequest :: LaunchTemplateIamInstanceProfileSpecificationRequest Source #

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

$sel:name:LaunchTemplateIamInstanceProfileSpecificationRequest', launchTemplateIamInstanceProfileSpecificationRequest_name - The name of the instance profile.