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