TemplatesVersion

Creates an IntegrationTemplateVersion. Auto-naming is currently not supported for this resource. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Properties

Link copied to clipboard
val createTime: Output<String>

Auto-generated.

Link copied to clipboard

Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.

Link copied to clipboard
val description: Output<String>

Optional. The templateversion description. Permitted format is alphanumeric with underscores and no spaces.

Link copied to clipboard

Optional. Error Catch Task configuration for the IntegrationTemplateVersion. It's optional.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
Link copied to clipboard

Optional. The last modifier's email address. Generated based on the End User Credentials/LOAS role of the user making the call.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

Auto-generated primary key. Format: projects/{project}/locations/{location}/products/{product}/integrationtemplates/{integrationtemplate}/versions/{version}

Link copied to clipboard

Optional. ID of the IntegrationVersion that was used to create this IntegrationTemplateVersion

Link copied to clipboard
val productId: Output<String>
Link copied to clipboard
val project: Output<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val snapshotNumber: Output<String>

An increasing sequence that is set when a new snapshot is created.

Link copied to clipboard
val status: Output<String>

Optional. Generated by eventbus. User should not set it as an input.

Link copied to clipboard

Optional. Task configuration for the IntegrationTemplateVersion. It's optional, but the IntegrationTemplateVersion doesn't do anything without task_configs.

Link copied to clipboard

Optional. Contains a graph of tasks that will be executed before putting the event in a terminal state (SUCCEEDED/FAILED/FATAL), regardless of success or failure, similar to "finally" in code.

Link copied to clipboard

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.

Link copied to clipboard
Link copied to clipboard
val updateTime: Output<String>

Auto-generated.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val userLabel: Output<String>

Optional. A user-defined label that annotates an integration version. Typically, this is only set when the integration version is created.