properties
Parameters
value
A list of custom output properties to add to the finding. Structure is documented below.
suspend fun properties(vararg values: Output<FolderCustomModuleCustomConfigCustomOutputPropertyArgs>)
suspend fun properties(values: List<Output<FolderCustomModuleCustomConfigCustomOutputPropertyArgs>>)
Parameters
values
A list of custom output properties to add to the finding. Structure is documented below.
suspend fun properties(argument: List<suspend FolderCustomModuleCustomConfigCustomOutputPropertyArgsBuilder.() -> Unit>)
suspend fun properties(vararg argument: suspend FolderCustomModuleCustomConfigCustomOutputPropertyArgsBuilder.() -> Unit)
suspend fun properties(argument: suspend FolderCustomModuleCustomConfigCustomOutputPropertyArgsBuilder.() -> Unit)
Parameters
argument
A list of custom output properties to add to the finding. Structure is documented below.