targets

@JvmName(name = "iawwdlqxbukfulct")
suspend fun targets(value: Output<List<AssociationTargetArgs>>)
@JvmName(name = "nxuihmjevrdnkaoo")
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 = "bvkrcftbepufucgr")
suspend fun targets(vararg values: Output<AssociationTargetArgs>)


@JvmName(name = "mxlreomorayfxecm")
suspend fun targets(values: List<Output<AssociationTargetArgs>>)
@JvmName(name = "okwnnfribwevttvs")
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 = "wpaqehyiyfvpadom")
suspend fun targets(argument: List<suspend AssociationTargetArgsBuilder.() -> Unit>)
@JvmName(name = "jbykkgnsqrkvicor")
suspend fun targets(vararg argument: suspend AssociationTargetArgsBuilder.() -> Unit)
@JvmName(name = "tomlbksehesixicy")
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.