resources

@JvmName(name = "unwguvebdebbnhwi")
suspend fun resources(value: Output<List<String>>)
@JvmName(name = "lwnuqtmniowthtdc")
suspend fun resources(value: List<String>?)

Parameters

value

A list of the Amazon Resource Names (ARNs) of AWS resources that you want to add to the specified group.

  • You can specify the group membership either by using a list of Resources or by using a ResourceQuery , but not both.

  • You can include a Resources property only if you also specify a Configuration property.


@JvmName(name = "gofbhodwiaxcdkfu")
suspend fun resources(vararg values: Output<String>)


@JvmName(name = "xqsomumluhgxgntk")
suspend fun resources(values: List<Output<String>>)
@JvmName(name = "uxshuyrauihnkyfu")
suspend fun resources(vararg values: String)

Parameters

values

A list of the Amazon Resource Names (ARNs) of AWS resources that you want to add to the specified group.

  • You can specify the group membership either by using a list of Resources or by using a ResourceQuery , but not both.

  • You can include a Resources property only if you also specify a Configuration property.