components
Parameters
value
One or more component
blocks as defined below.
suspend fun components(vararg values: Output<IntegrationRuntimeSsisExpressCustomSetupComponentArgs>)
Parameters
values
One or more component
blocks as defined below.
suspend fun components(argument: List<suspend IntegrationRuntimeSsisExpressCustomSetupComponentArgsBuilder.() -> Unit>)
suspend fun components(vararg argument: suspend IntegrationRuntimeSsisExpressCustomSetupComponentArgsBuilder.() -> Unit)
suspend fun components(argument: suspend IntegrationRuntimeSsisExpressCustomSetupComponentArgsBuilder.() -> Unit)
Parameters
argument
One or more component
blocks as defined below.