integration Parameters Internal
suspend fun integrationParametersInternal(value: Output<EnterpriseCrmFrontendsEventbusProtoWorkflowParametersArgs>)
suspend fun integrationParametersInternal(value: EnterpriseCrmFrontendsEventbusProtoWorkflowParametersArgs?)
Parameters
value
Optional. Parameters that are expected to be passed to the integration when an event is triggered. This consists of all the parameters that are expected in the integration execution. This gives the user the ability to provide default values, add information like PII and also provide data types of each parameter.
suspend fun integrationParametersInternal(argument: suspend EnterpriseCrmFrontendsEventbusProtoWorkflowParametersArgsBuilder.() -> Unit)
Parameters
argument
Optional. Parameters that are expected to be passed to the integration when an event is triggered. This consists of all the parameters that are expected in the integration execution. This gives the user the ability to provide default values, add information like PII and also provide data types of each parameter.