tagSpecifications

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


@JvmName(name = "qjybsllmpvtalklh")
suspend fun tagSpecifications(values: List<Output<Ec2FleetTagSpecificationArgs>>)
@JvmName(name = "bluusgcemawhphyj")
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 = "wpxfvfrxeuswgpyt")
suspend fun tagSpecifications(argument: List<suspend Ec2FleetTagSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "ycmdacermplvghhv")
suspend fun tagSpecifications(vararg argument: suspend Ec2FleetTagSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "hdetsoxsrwhovidh")
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 .