targets

@JvmName(name = "tbdnsiwduikxanpg")
suspend fun targets(value: Output<List<AssociationTargetArgs>>)
@JvmName(name = "bvvolbtxffulljiv")
suspend fun targets(value: List<AssociationTargetArgs>?)

Parameters

value

A block containing the targets of the SSM association. Targets are documented below. AWS currently supports a maximum of 5 targets.


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


@JvmName(name = "ceygsuafcyloexem")
suspend fun targets(values: List<Output<AssociationTargetArgs>>)
@JvmName(name = "fncsvfqtiorevvfs")
suspend fun targets(vararg values: AssociationTargetArgs)

Parameters

values

A block containing the targets of the SSM association. Targets are documented below. AWS currently supports a maximum of 5 targets.


@JvmName(name = "rsptthmqavghilcp")
suspend fun targets(argument: List<suspend AssociationTargetArgsBuilder.() -> Unit>)
@JvmName(name = "pnlgemjiajxslacl")
suspend fun targets(vararg argument: suspend AssociationTargetArgsBuilder.() -> Unit)
@JvmName(name = "yakdghbsmsrpgmvx")
suspend fun targets(argument: suspend AssociationTargetArgsBuilder.() -> Unit)

Parameters

argument

A block containing the targets of the SSM association. Targets are documented below. AWS currently supports a maximum of 5 targets.