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