Integration Runtime Ssis Express Custom Setup Args Builder
Functions
Link copied to clipboard
suspend fun commandKeys(value: Output<List<IntegrationRuntimeSsisExpressCustomSetupCommandKeyArgs>>)
suspend fun commandKeys(vararg values: Output<IntegrationRuntimeSsisExpressCustomSetupCommandKeyArgs>)
suspend fun commandKeys(vararg argument: suspend IntegrationRuntimeSsisExpressCustomSetupCommandKeyArgsBuilder.() -> Unit)
suspend fun commandKeys(values: List<Output<IntegrationRuntimeSsisExpressCustomSetupCommandKeyArgs>>)
suspend fun commandKeys(argument: List<suspend IntegrationRuntimeSsisExpressCustomSetupCommandKeyArgsBuilder.() -> Unit>)
suspend fun commandKeys(argument: suspend IntegrationRuntimeSsisExpressCustomSetupCommandKeyArgsBuilder.() -> Unit)
Link copied to clipboard
suspend fun components(vararg values: Output<IntegrationRuntimeSsisExpressCustomSetupComponentArgs>)
suspend fun components(vararg argument: suspend IntegrationRuntimeSsisExpressCustomSetupComponentArgsBuilder.() -> Unit)
suspend fun components(argument: List<suspend IntegrationRuntimeSsisExpressCustomSetupComponentArgsBuilder.() -> Unit>)
suspend fun components(argument: suspend IntegrationRuntimeSsisExpressCustomSetupComponentArgsBuilder.() -> Unit)
Link copied to clipboard
Link copied to clipboard