tagSpecifications

@JvmName(name = "aejpjyavvxpignyr")
suspend fun tagSpecifications(value: Output<List<SpotFleetTagSpecificationArgs>>)
@JvmName(name = "qhhbhwruhlhvbsot")
suspend fun tagSpecifications(value: List<SpotFleetTagSpecificationArgs>?)

Parameters

value

The key-value pair for tagging the Spot Fleet request on creation. The value for ResourceType must be spot-fleet-request , otherwise the Spot Fleet request fails. To tag instances at launch, specify the tags in the launch template (valid only if you use LaunchTemplateConfigs ) or in the [SpotFleetTagSpecification](https://docs&#46;aws&#46;amazon&#46;com/AWSEC2/latest/APIReference/API_SpotFleetTagSpecification&#46;html) (valid only if you use LaunchSpecifications ). For information about tagging after launch, see Tag your resources .


@JvmName(name = "lpoxhjkkhxqlniyt")
suspend fun tagSpecifications(vararg values: Output<SpotFleetTagSpecificationArgs>)


@JvmName(name = "oxhpppfeqtuyhwcw")
suspend fun tagSpecifications(values: List<Output<SpotFleetTagSpecificationArgs>>)
@JvmName(name = "quvxfdryfgwofwlf")
suspend fun tagSpecifications(vararg values: SpotFleetTagSpecificationArgs)

Parameters

values

The key-value pair for tagging the Spot Fleet request on creation. The value for ResourceType must be spot-fleet-request , otherwise the Spot Fleet request fails. To tag instances at launch, specify the tags in the launch template (valid only if you use LaunchTemplateConfigs ) or in the [SpotFleetTagSpecification](https://docs&#46;aws&#46;amazon&#46;com/AWSEC2/latest/APIReference/API_SpotFleetTagSpecification&#46;html) (valid only if you use LaunchSpecifications ). For information about tagging after launch, see Tag your resources .


@JvmName(name = "fjqaibyafuasclvc")
suspend fun tagSpecifications(argument: List<suspend SpotFleetTagSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "hrhsnafbibveaurp")
suspend fun tagSpecifications(vararg argument: suspend SpotFleetTagSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "ajgbopwbdmuvtohw")
suspend fun tagSpecifications(argument: suspend SpotFleetTagSpecificationArgsBuilder.() -> Unit)

Parameters

argument

The key-value pair for tagging the Spot Fleet request on creation. The value for ResourceType must be spot-fleet-request , otherwise the Spot Fleet request fails. To tag instances at launch, specify the tags in the launch template (valid only if you use LaunchTemplateConfigs ) or in the [SpotFleetTagSpecification](https://docs&#46;aws&#46;amazon&#46;com/AWSEC2/latest/APIReference/API_SpotFleetTagSpecification&#46;html) (valid only if you use LaunchSpecifications ). For information about tagging after launch, see Tag your resources .