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

Description

 
Synopsis

Documentation

data ScheduledInstancesIamInstanceProfile Source #

Describes an IAM instance profile for a Scheduled Instance.

See: newScheduledInstancesIamInstanceProfile smart constructor.

Constructors

ScheduledInstancesIamInstanceProfile' 

Fields

Instances

Instances details
ToQuery ScheduledInstancesIamInstanceProfile Source # 
Instance details

Defined in Amazonka.EC2.Types.ScheduledInstancesIamInstanceProfile

Generic ScheduledInstancesIamInstanceProfile Source # 
Instance details

Defined in Amazonka.EC2.Types.ScheduledInstancesIamInstanceProfile

Read ScheduledInstancesIamInstanceProfile Source # 
Instance details

Defined in Amazonka.EC2.Types.ScheduledInstancesIamInstanceProfile

Show ScheduledInstancesIamInstanceProfile Source # 
Instance details

Defined in Amazonka.EC2.Types.ScheduledInstancesIamInstanceProfile

NFData ScheduledInstancesIamInstanceProfile Source # 
Instance details

Defined in Amazonka.EC2.Types.ScheduledInstancesIamInstanceProfile

Eq ScheduledInstancesIamInstanceProfile Source # 
Instance details

Defined in Amazonka.EC2.Types.ScheduledInstancesIamInstanceProfile

Hashable ScheduledInstancesIamInstanceProfile Source # 
Instance details

Defined in Amazonka.EC2.Types.ScheduledInstancesIamInstanceProfile

type Rep ScheduledInstancesIamInstanceProfile Source # 
Instance details

Defined in Amazonka.EC2.Types.ScheduledInstancesIamInstanceProfile

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

newScheduledInstancesIamInstanceProfile :: ScheduledInstancesIamInstanceProfile Source #

Create a value of ScheduledInstancesIamInstanceProfile 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:ScheduledInstancesIamInstanceProfile', scheduledInstancesIamInstanceProfile_arn - The Amazon Resource Name (ARN).

$sel:name:ScheduledInstancesIamInstanceProfile', scheduledInstancesIamInstanceProfile_name - The name.