custom Properties
suspend fun customProperties(value: Output<List<IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs>>)
suspend fun customProperties(value: List<IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs>?)
Parameters
value
Custom properties are used to tune the data flow runtime performance.
suspend fun customProperties(vararg values: Output<IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs>)
suspend fun customProperties(values: List<Output<IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs>>)
suspend fun customProperties(vararg values: IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs)
Parameters
values
Custom properties are used to tune the data flow runtime performance.
suspend fun customProperties(argument: List<suspend IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgsBuilder.() -> Unit>)
suspend fun customProperties(vararg argument: suspend IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgsBuilder.() -> Unit)
suspend fun customProperties(argument: suspend IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgsBuilder.() -> Unit)
Parameters
argument
Custom properties are used to tune the data flow runtime performance.