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

Description

 
Synopsis

Documentation

data SpotFleetTagSpecification Source #

The tags for a Spot Fleet resource.

See: newSpotFleetTagSpecification smart constructor.

Constructors

SpotFleetTagSpecification' 

Fields

Instances

Instances details
ToQuery SpotFleetTagSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.SpotFleetTagSpecification

FromXML SpotFleetTagSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.SpotFleetTagSpecification

Generic SpotFleetTagSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.SpotFleetTagSpecification

Associated Types

type Rep SpotFleetTagSpecification :: Type -> Type #

Read SpotFleetTagSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.SpotFleetTagSpecification

Show SpotFleetTagSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.SpotFleetTagSpecification

NFData SpotFleetTagSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.SpotFleetTagSpecification

Eq SpotFleetTagSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.SpotFleetTagSpecification

Hashable SpotFleetTagSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.SpotFleetTagSpecification

type Rep SpotFleetTagSpecification Source # 
Instance details

Defined in Amazonka.EC2.Types.SpotFleetTagSpecification

type Rep SpotFleetTagSpecification = D1 ('MetaData "SpotFleetTagSpecification" "Amazonka.EC2.Types.SpotFleetTagSpecification" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "SpotFleetTagSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))

newSpotFleetTagSpecification :: SpotFleetTagSpecification Source #

Create a value of SpotFleetTagSpecification 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:resourceType:SpotFleetTagSpecification', spotFleetTagSpecification_resourceType - The type of resource. Currently, the only resource type that is supported is instance. To tag the Spot Fleet request on creation, use the TagSpecifications parameter in SpotFleetRequestConfigData .

$sel:tags:SpotFleetTagSpecification', spotFleetTagSpecification_tags - The tags.

spotFleetTagSpecification_resourceType :: Lens' SpotFleetTagSpecification (Maybe ResourceType) Source #

The type of resource. Currently, the only resource type that is supported is instance. To tag the Spot Fleet request on creation, use the TagSpecifications parameter in SpotFleetRequestConfigData .