Integration Runtime Data Flow Properties Args Builder
Functions
Link copied to clipboard
Link copied to clipboard
suspend fun customProperties(value: Output<List<IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs>>)
suspend fun customProperties(vararg values: IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs)
suspend fun customProperties(vararg values: Output<IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs>)
suspend fun customProperties(vararg argument: suspend IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgsBuilder.() -> Unit)
suspend fun customProperties(value: List<IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs>?)
suspend fun customProperties(values: List<Output<IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs>>)
suspend fun customProperties(argument: List<suspend IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgsBuilder.() -> Unit>)
suspend fun customProperties(argument: suspend IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgsBuilder.() -> Unit)
Link copied to clipboard