tagSpecifications

@JvmName(name = "sdjogycjoftjwksu")
suspend fun tagSpecifications(value: Output<List<Ec2FleetTagSpecificationArgs>>)
@JvmName(name = "thunqjjgylntodon")
suspend fun tagSpecifications(value: List<Ec2FleetTagSpecificationArgs>?)

Parameters

value

The key-value pair for tagging the EC2 Fleet request on creation. For more information, see Tag your resources . If the fleet type is instant , specify a resource type of fleet to tag the fleet or instance to tag the instances at launch. If the fleet type is maintain or request , specify a resource type of fleet to tag the fleet. You cannot specify a resource type of instance . To tag instances at launch, specify the tags in a launch template .


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


@JvmName(name = "udvxgrjscmosqdjv")
suspend fun tagSpecifications(values: List<Output<Ec2FleetTagSpecificationArgs>>)
@JvmName(name = "shxjjlbndpepalqe")
suspend fun tagSpecifications(vararg values: Ec2FleetTagSpecificationArgs)

Parameters

values

The key-value pair for tagging the EC2 Fleet request on creation. For more information, see Tag your resources . If the fleet type is instant , specify a resource type of fleet to tag the fleet or instance to tag the instances at launch. If the fleet type is maintain or request , specify a resource type of fleet to tag the fleet. You cannot specify a resource type of instance . To tag instances at launch, specify the tags in a launch template .


@JvmName(name = "oifieuwigsuhrgdr")
suspend fun tagSpecifications(argument: List<suspend Ec2FleetTagSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "ipnatrrkvtghmqrj")
suspend fun tagSpecifications(vararg argument: suspend Ec2FleetTagSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "ejkxmeqbmqckdllr")
suspend fun tagSpecifications(argument: suspend Ec2FleetTagSpecificationArgsBuilder.() -> Unit)

Parameters

argument

The key-value pair for tagging the EC2 Fleet request on creation. For more information, see Tag your resources . If the fleet type is instant , specify a resource type of fleet to tag the fleet or instance to tag the instances at launch. If the fleet type is maintain or request , specify a resource type of fleet to tag the fleet. You cannot specify a resource type of instance . To tag instances at launch, specify the tags in a launch template .