substitute Froms
suspend fun substituteFroms(value: Output<List<FluxConfigurationKustomizationPostBuildSubstituteFromArgs>>)
suspend fun substituteFroms(value: List<FluxConfigurationKustomizationPostBuildSubstituteFromArgs>?)
Parameters
value
A substitute_from
block as defined below.
suspend fun substituteFroms(vararg values: Output<FluxConfigurationKustomizationPostBuildSubstituteFromArgs>)
suspend fun substituteFroms(values: List<Output<FluxConfigurationKustomizationPostBuildSubstituteFromArgs>>)
suspend fun substituteFroms(vararg values: FluxConfigurationKustomizationPostBuildSubstituteFromArgs)
Parameters
values
A substitute_from
block as defined below.
suspend fun substituteFroms(argument: List<suspend FluxConfigurationKustomizationPostBuildSubstituteFromArgsBuilder.() -> Unit>)
suspend fun substituteFroms(vararg argument: suspend FluxConfigurationKustomizationPostBuildSubstituteFromArgsBuilder.() -> Unit)
suspend fun substituteFroms(argument: suspend FluxConfigurationKustomizationPostBuildSubstituteFromArgsBuilder.() -> Unit)
Parameters
argument
A substitute_from
block as defined below.