command Keys
suspend fun commandKeys(value: Output<List<IntegrationRuntimeSsisExpressCustomSetupCommandKeyArgs>>)
Parameters
value
One or more command_key
blocks as defined below.
suspend fun commandKeys(vararg values: Output<IntegrationRuntimeSsisExpressCustomSetupCommandKeyArgs>)
suspend fun commandKeys(values: List<Output<IntegrationRuntimeSsisExpressCustomSetupCommandKeyArgs>>)
Parameters
values
One or more command_key
blocks as defined below.
suspend fun commandKeys(argument: List<suspend IntegrationRuntimeSsisExpressCustomSetupCommandKeyArgsBuilder.() -> Unit>)
suspend fun commandKeys(vararg argument: suspend IntegrationRuntimeSsisExpressCustomSetupCommandKeyArgsBuilder.() -> Unit)
suspend fun commandKeys(argument: suspend IntegrationRuntimeSsisExpressCustomSetupCommandKeyArgsBuilder.() -> Unit)
Parameters
argument
One or more command_key
blocks as defined below.