configuration

@JvmName(name = "ehwkjrahveayphom")
suspend fun configuration(value: Output<List<GroupConfigurationItemArgs>>)
@JvmName(name = "gglujgsbpnlgjgfb")
suspend fun configuration(value: List<GroupConfigurationItemArgs>?)

Parameters

value

The service configuration currently associated with the resource group and in effect for the members of the resource group. A Configuration consists of one or more ConfigurationItem entries. For information about service configurations for resource groups and how to construct them, see Service configurations for resource groups in the AWS Resource Groups User Guide .

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


@JvmName(name = "woxiqbetihwtgpkd")
suspend fun configuration(vararg values: Output<GroupConfigurationItemArgs>)


@JvmName(name = "crdskpicbmogasxg")
suspend fun configuration(values: List<Output<GroupConfigurationItemArgs>>)
@JvmName(name = "aqexwdieuibkqbwi")
suspend fun configuration(vararg values: GroupConfigurationItemArgs)

Parameters

values

The service configuration currently associated with the resource group and in effect for the members of the resource group. A Configuration consists of one or more ConfigurationItem entries. For information about service configurations for resource groups and how to construct them, see Service configurations for resource groups in the AWS Resource Groups User Guide .

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


@JvmName(name = "dctqjsecugblhvwq")
suspend fun configuration(argument: List<suspend GroupConfigurationItemArgsBuilder.() -> Unit>)
@JvmName(name = "nwghnoxljtpmusav")
suspend fun configuration(vararg argument: suspend GroupConfigurationItemArgsBuilder.() -> Unit)
@JvmName(name = "vchkcuveaupwxaou")
suspend fun configuration(argument: suspend GroupConfigurationItemArgsBuilder.() -> Unit)

Parameters

argument

The service configuration currently associated with the resource group and in effect for the members of the resource group. A Configuration consists of one or more ConfigurationItem entries. For information about service configurations for resource groups and how to construct them, see Service configurations for resource groups in the AWS Resource Groups User Guide .

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