targets

@JvmName(name = "xpyeictbsahsyejl")
suspend fun targets(value: Output<List<MaintenanceWindowTargetTargetArgs>>)
@JvmName(name = "cmhghxyesaxntcxs")
suspend fun targets(value: List<MaintenanceWindowTargetTargetArgs>?)

Parameters

value

The targets to register with the maintenance window. In other words, the instances to run commands on when the maintenance window runs. You can specify targets using instance IDs, resource group names, or tags that have been applied to instances. For more information about these examples formats see (https://docs.aws.amazon.com/systems-manager/latest/userguide/mw-cli-tutorial-targets-examples.html)


@JvmName(name = "junrjswrovipbmvg")
suspend fun targets(vararg values: Output<MaintenanceWindowTargetTargetArgs>)


@JvmName(name = "bfromfesqpqeomsm")
suspend fun targets(values: List<Output<MaintenanceWindowTargetTargetArgs>>)
@JvmName(name = "gongjprjwvmehljw")
suspend fun targets(vararg values: MaintenanceWindowTargetTargetArgs)

Parameters

values

The targets to register with the maintenance window. In other words, the instances to run commands on when the maintenance window runs. You can specify targets using instance IDs, resource group names, or tags that have been applied to instances. For more information about these examples formats see (https://docs.aws.amazon.com/systems-manager/latest/userguide/mw-cli-tutorial-targets-examples.html)


@JvmName(name = "afaxcewclafqeqgg")
suspend fun targets(argument: List<suspend MaintenanceWindowTargetTargetArgsBuilder.() -> Unit>)
@JvmName(name = "ocdxrhtufrbmvxit")
suspend fun targets(vararg argument: suspend MaintenanceWindowTargetTargetArgsBuilder.() -> Unit)
@JvmName(name = "pnvjuokiihlygbka")
suspend fun targets(argument: suspend MaintenanceWindowTargetTargetArgsBuilder.() -> Unit)

Parameters

argument

The targets to register with the maintenance window. In other words, the instances to run commands on when the maintenance window runs. You can specify targets using instance IDs, resource group names, or tags that have been applied to instances. For more information about these examples formats see (https://docs.aws.amazon.com/systems-manager/latest/userguide/mw-cli-tutorial-targets-examples.html)