resource Selector
suspend fun resourceSelector(value: Output<OrganizationCustomModuleCustomConfigResourceSelectorArgs>)
Parameters
value
The resource types that the custom module operates on. Each custom module can specify up to 5 resource types. Structure is documented below.
suspend fun resourceSelector(argument: suspend OrganizationCustomModuleCustomConfigResourceSelectorArgsBuilder.() -> Unit)
Parameters
argument
The resource types that the custom module operates on. Each custom module can specify up to 5 resource types. Structure is documented below.