resourceQuery

@JvmName(name = "vrcojeynvhquysun")
suspend fun resourceQuery(value: Output<GroupResourceQueryArgs>)
@JvmName(name = "mtnfcwcqohehxkbj")
suspend fun resourceQuery(value: GroupResourceQueryArgs?)

Parameters

value

The resource query structure that is used to dynamically determine which AWS resources are members of the associated resource group. For more information about queries and how to construct them, see Build queries and groups in AWS Resource Groups in the AWS Resource Groups User Guide

  • You can include either a ResourceQuery or a Configuration , but not both.

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


@JvmName(name = "brnnjmjwrpjhemqq")
suspend fun resourceQuery(argument: suspend GroupResourceQueryArgsBuilder.() -> Unit)

Parameters

argument

The resource query structure that is used to dynamically determine which AWS resources are members of the associated resource group. For more information about queries and how to construct them, see Build queries and groups in AWS Resource Groups in the AWS Resource Groups User Guide

  • You can include either a ResourceQuery or a Configuration , but not both.

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