tagSpecifications

@JvmName(name = "qrroijfrodkexocy")
suspend fun tagSpecifications(value: Output<List<Ec2FleetTagSpecificationArgs>>)
@JvmName(name = "ryrwxnjlljdvpcxp")
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 = "aqvhyhbwwnejsbng")
suspend fun tagSpecifications(vararg values: Output<Ec2FleetTagSpecificationArgs>)


@JvmName(name = "krtnsshdggqudotk")
suspend fun tagSpecifications(values: List<Output<Ec2FleetTagSpecificationArgs>>)
@JvmName(name = "xklwwlqdugmoeufh")
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 = "aeqjuoxurfksvmlf")
suspend fun tagSpecifications(argument: List<suspend Ec2FleetTagSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "defttgyamklnbqak")
suspend fun tagSpecifications(vararg argument: suspend Ec2FleetTagSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "nyhygstnyvtdiooy")
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 .