Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.integrations/v1alpha.getVersion
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Get a integration in the specified project.
Using getVersion
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getVersion(args: GetVersionArgs, opts?: InvokeOptions): Promise<GetVersionResult>
function getVersionOutput(args: GetVersionOutputArgs, opts?: InvokeOptions): Output<GetVersionResult>def get_version(integration_id: Optional[str] = None,
                location: Optional[str] = None,
                product_id: Optional[str] = None,
                project: Optional[str] = None,
                version_id: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetVersionResult
def get_version_output(integration_id: Optional[pulumi.Input[str]] = None,
                location: Optional[pulumi.Input[str]] = None,
                product_id: Optional[pulumi.Input[str]] = None,
                project: Optional[pulumi.Input[str]] = None,
                version_id: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetVersionResult]func LookupVersion(ctx *Context, args *LookupVersionArgs, opts ...InvokeOption) (*LookupVersionResult, error)
func LookupVersionOutput(ctx *Context, args *LookupVersionOutputArgs, opts ...InvokeOption) LookupVersionResultOutput> Note: This function is named LookupVersion in the Go SDK.
public static class GetVersion 
{
    public static Task<GetVersionResult> InvokeAsync(GetVersionArgs args, InvokeOptions? opts = null)
    public static Output<GetVersionResult> Invoke(GetVersionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVersionResult> getVersion(GetVersionArgs args, InvokeOptions options)
public static Output<GetVersionResult> getVersion(GetVersionArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:integrations/v1alpha:getVersion
  arguments:
    # arguments dictionaryThe following arguments are supported:
- IntegrationId string
- Location string
- ProductId string
- VersionId string
- Project string
- IntegrationId string
- Location string
- ProductId string
- VersionId string
- Project string
- integrationId String
- location String
- productId String
- versionId String
- project String
- integrationId string
- location string
- productId string
- versionId string
- project string
- integration_id str
- location str
- product_id str
- version_id str
- project str
- integrationId String
- location String
- productId String
- versionId String
- project String
getVersion Result
The following output properties are available:
- CloudLogging Pulumi.Details Google Native. Integrations. V1Alpha. Outputs. Google Cloud Integrations V1alpha Cloud Logging Details Response 
- Optional. Cloud Logging details for the integration version
- CreateTime string
- Auto-generated.
- DatabasePersistence stringPolicy 
- Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.
- Description string
- Optional. The integration description.
- ErrorCatcher List<Pulumi.Configs Google Native. Integrations. V1Alpha. Outputs. Google Cloud Integrations V1alpha Error Catcher Config Response> 
- Optional. Error Catch Task configuration for the integration. It's optional.
- IntegrationParameters List<Pulumi.Google Native. Integrations. V1Alpha. Outputs. Google Cloud Integrations V1alpha Integration Parameter Response> 
- 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.
- IntegrationParameters Pulumi.Internal Google Native. Integrations. V1Alpha. Outputs. Enterprise Crm Frontends Eventbus Proto Workflow Parameters Response 
- 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.
- LastModifier stringEmail 
- Optional. The last modifier's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- LockHolder string
- Optional. The edit lock holder's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- Name string
- Auto-generated primary key.
- Origin string
- Optional. The origin that indicates where this integration is coming from.
- ParentTemplate stringId 
- Optional. The id of the template which was used to create this integration_version.
- RunAs stringService Account 
- Optional. The run-as service account email, if set and auth config is not configured, that will be used to generate auth token to be used in Connector task, Rest caller task and Cloud function task.
- SnapshotNumber string
- Optional. An increasing sequence that is set when a new snapshot is created. The last created snapshot can be identified by [workflow_name, org_id latest(snapshot_number)]. However, last created snapshot need not be same as the HEAD. So users should always use "HEAD" tag to identify the head.
- State string
- User should not set it as an input.
- Status string
- Generated by eventbus. User should not set it as an input.
- TaskConfigs List<Pulumi.Google Native. Integrations. V1Alpha. Outputs. Google Cloud Integrations V1alpha Task Config Response> 
- Optional. Task configuration for the integration. It's optional, but the integration doesn't do anything without task_configs.
- TaskConfigs List<Pulumi.Internal Google Native. Integrations. V1Alpha. Outputs. Enterprise Crm Frontends Eventbus Proto Task Config Response> 
- Optional. Task configuration for the integration. It's optional, but the integration doesn't do anything without task_configs.
- Teardown
Pulumi.Google Native. Integrations. V1Alpha. Outputs. Enterprise Crm Eventbus Proto Teardown Response 
- 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.
- TriggerConfigs List<Pulumi.Google Native. Integrations. V1Alpha. Outputs. Google Cloud Integrations V1alpha Trigger Config Response> 
- Optional. Trigger configurations.
- TriggerConfigs List<Pulumi.Internal Google Native. Integrations. V1Alpha. Outputs. Enterprise Crm Frontends Eventbus Proto Trigger Config Response> 
- Optional. Trigger configurations.
- UpdateTime string
- Auto-generated.
- UserLabel string
- Optional. A user-defined label that annotates an integration version. Typically, this is only set when the integration version is created.
- CloudLogging GoogleDetails Cloud Integrations V1alpha Cloud Logging Details Response 
- Optional. Cloud Logging details for the integration version
- CreateTime string
- Auto-generated.
- DatabasePersistence stringPolicy 
- Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.
- Description string
- Optional. The integration description.
- ErrorCatcher []GoogleConfigs Cloud Integrations V1alpha Error Catcher Config Response 
- Optional. Error Catch Task configuration for the integration. It's optional.
- IntegrationParameters []GoogleCloud Integrations V1alpha Integration Parameter Response 
- 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.
- IntegrationParameters EnterpriseInternal Crm Frontends Eventbus Proto Workflow Parameters Response 
- 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.
- LastModifier stringEmail 
- Optional. The last modifier's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- LockHolder string
- Optional. The edit lock holder's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- Name string
- Auto-generated primary key.
- Origin string
- Optional. The origin that indicates where this integration is coming from.
- ParentTemplate stringId 
- Optional. The id of the template which was used to create this integration_version.
- RunAs stringService Account 
- Optional. The run-as service account email, if set and auth config is not configured, that will be used to generate auth token to be used in Connector task, Rest caller task and Cloud function task.
- SnapshotNumber string
- Optional. An increasing sequence that is set when a new snapshot is created. The last created snapshot can be identified by [workflow_name, org_id latest(snapshot_number)]. However, last created snapshot need not be same as the HEAD. So users should always use "HEAD" tag to identify the head.
- State string
- User should not set it as an input.
- Status string
- Generated by eventbus. User should not set it as an input.
- TaskConfigs []GoogleCloud Integrations V1alpha Task Config Response 
- Optional. Task configuration for the integration. It's optional, but the integration doesn't do anything without task_configs.
- TaskConfigs []EnterpriseInternal Crm Frontends Eventbus Proto Task Config Response 
- Optional. Task configuration for the integration. It's optional, but the integration doesn't do anything without task_configs.
- Teardown
EnterpriseCrm Eventbus Proto Teardown Response 
- 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.
- TriggerConfigs []GoogleCloud Integrations V1alpha Trigger Config Response 
- Optional. Trigger configurations.
- TriggerConfigs []EnterpriseInternal Crm Frontends Eventbus Proto Trigger Config Response 
- Optional. Trigger configurations.
- UpdateTime string
- Auto-generated.
- UserLabel string
- Optional. A user-defined label that annotates an integration version. Typically, this is only set when the integration version is created.
- cloudLogging GoogleDetails Cloud Integrations V1alpha Cloud Logging Details Response 
- Optional. Cloud Logging details for the integration version
- createTime String
- Auto-generated.
- databasePersistence StringPolicy 
- Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.
- description String
- Optional. The integration description.
- errorCatcher List<GoogleConfigs Cloud Integrations V1alpha Error Catcher Config Response> 
- Optional. Error Catch Task configuration for the integration. It's optional.
- integrationParameters List<GoogleCloud Integrations V1alpha Integration Parameter Response> 
- 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.
- integrationParameters EnterpriseInternal Crm Frontends Eventbus Proto Workflow Parameters Response 
- 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.
- lastModifier StringEmail 
- Optional. The last modifier's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- lockHolder String
- Optional. The edit lock holder's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- name String
- Auto-generated primary key.
- origin String
- Optional. The origin that indicates where this integration is coming from.
- parentTemplate StringId 
- Optional. The id of the template which was used to create this integration_version.
- runAs StringService Account 
- Optional. The run-as service account email, if set and auth config is not configured, that will be used to generate auth token to be used in Connector task, Rest caller task and Cloud function task.
- snapshotNumber String
- Optional. An increasing sequence that is set when a new snapshot is created. The last created snapshot can be identified by [workflow_name, org_id latest(snapshot_number)]. However, last created snapshot need not be same as the HEAD. So users should always use "HEAD" tag to identify the head.
- state String
- User should not set it as an input.
- status String
- Generated by eventbus. User should not set it as an input.
- taskConfigs List<GoogleCloud Integrations V1alpha Task Config Response> 
- Optional. Task configuration for the integration. It's optional, but the integration doesn't do anything without task_configs.
- taskConfigs List<EnterpriseInternal Crm Frontends Eventbus Proto Task Config Response> 
- Optional. Task configuration for the integration. It's optional, but the integration doesn't do anything without task_configs.
- teardown
EnterpriseCrm Eventbus Proto Teardown Response 
- 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.
- triggerConfigs List<GoogleCloud Integrations V1alpha Trigger Config Response> 
- Optional. Trigger configurations.
- triggerConfigs List<EnterpriseInternal Crm Frontends Eventbus Proto Trigger Config Response> 
- Optional. Trigger configurations.
- updateTime String
- Auto-generated.
- userLabel String
- Optional. A user-defined label that annotates an integration version. Typically, this is only set when the integration version is created.
- cloudLogging GoogleDetails Cloud Integrations V1alpha Cloud Logging Details Response 
- Optional. Cloud Logging details for the integration version
- createTime string
- Auto-generated.
- databasePersistence stringPolicy 
- Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.
- description string
- Optional. The integration description.
- errorCatcher GoogleConfigs Cloud Integrations V1alpha Error Catcher Config Response[] 
- Optional. Error Catch Task configuration for the integration. It's optional.
- integrationParameters GoogleCloud Integrations V1alpha Integration Parameter Response[] 
- 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.
- integrationParameters EnterpriseInternal Crm Frontends Eventbus Proto Workflow Parameters Response 
- 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.
- lastModifier stringEmail 
- Optional. The last modifier's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- lockHolder string
- Optional. The edit lock holder's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- name string
- Auto-generated primary key.
- origin string
- Optional. The origin that indicates where this integration is coming from.
- parentTemplate stringId 
- Optional. The id of the template which was used to create this integration_version.
- runAs stringService Account 
- Optional. The run-as service account email, if set and auth config is not configured, that will be used to generate auth token to be used in Connector task, Rest caller task and Cloud function task.
- snapshotNumber string
- Optional. An increasing sequence that is set when a new snapshot is created. The last created snapshot can be identified by [workflow_name, org_id latest(snapshot_number)]. However, last created snapshot need not be same as the HEAD. So users should always use "HEAD" tag to identify the head.
- state string
- User should not set it as an input.
- status string
- Generated by eventbus. User should not set it as an input.
- taskConfigs GoogleCloud Integrations V1alpha Task Config Response[] 
- Optional. Task configuration for the integration. It's optional, but the integration doesn't do anything without task_configs.
- taskConfigs EnterpriseInternal Crm Frontends Eventbus Proto Task Config Response[] 
- Optional. Task configuration for the integration. It's optional, but the integration doesn't do anything without task_configs.
- teardown
EnterpriseCrm Eventbus Proto Teardown Response 
- 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.
- triggerConfigs GoogleCloud Integrations V1alpha Trigger Config Response[] 
- Optional. Trigger configurations.
- triggerConfigs EnterpriseInternal Crm Frontends Eventbus Proto Trigger Config Response[] 
- Optional. Trigger configurations.
- updateTime string
- Auto-generated.
- userLabel string
- Optional. A user-defined label that annotates an integration version. Typically, this is only set when the integration version is created.
- cloud_logging_ Googledetails Cloud Integrations V1alpha Cloud Logging Details Response 
- Optional. Cloud Logging details for the integration version
- create_time str
- Auto-generated.
- database_persistence_ strpolicy 
- Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.
- description str
- Optional. The integration description.
- error_catcher_ Sequence[Googleconfigs Cloud Integrations V1alpha Error Catcher Config Response] 
- Optional. Error Catch Task configuration for the integration. It's optional.
- integration_parameters Sequence[GoogleCloud Integrations V1alpha Integration Parameter Response] 
- 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.
- integration_parameters_ Enterpriseinternal Crm Frontends Eventbus Proto Workflow Parameters Response 
- 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.
- last_modifier_ stremail 
- Optional. The last modifier's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- lock_holder str
- Optional. The edit lock holder's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- name str
- Auto-generated primary key.
- origin str
- Optional. The origin that indicates where this integration is coming from.
- parent_template_ strid 
- Optional. The id of the template which was used to create this integration_version.
- run_as_ strservice_ account 
- Optional. The run-as service account email, if set and auth config is not configured, that will be used to generate auth token to be used in Connector task, Rest caller task and Cloud function task.
- snapshot_number str
- Optional. An increasing sequence that is set when a new snapshot is created. The last created snapshot can be identified by [workflow_name, org_id latest(snapshot_number)]. However, last created snapshot need not be same as the HEAD. So users should always use "HEAD" tag to identify the head.
- state str
- User should not set it as an input.
- status str
- Generated by eventbus. User should not set it as an input.
- task_configs Sequence[GoogleCloud Integrations V1alpha Task Config Response] 
- Optional. Task configuration for the integration. It's optional, but the integration doesn't do anything without task_configs.
- task_configs_ Sequence[Enterpriseinternal Crm Frontends Eventbus Proto Task Config Response] 
- Optional. Task configuration for the integration. It's optional, but the integration doesn't do anything without task_configs.
- teardown
EnterpriseCrm Eventbus Proto Teardown Response 
- 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.
- trigger_configs Sequence[GoogleCloud Integrations V1alpha Trigger Config Response] 
- Optional. Trigger configurations.
- trigger_configs_ Sequence[Enterpriseinternal Crm Frontends Eventbus Proto Trigger Config Response] 
- Optional. Trigger configurations.
- update_time str
- Auto-generated.
- user_label str
- Optional. A user-defined label that annotates an integration version. Typically, this is only set when the integration version is created.
- cloudLogging Property MapDetails 
- Optional. Cloud Logging details for the integration version
- createTime String
- Auto-generated.
- databasePersistence StringPolicy 
- Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.
- description String
- Optional. The integration description.
- errorCatcher List<Property Map>Configs 
- Optional. Error Catch Task configuration for the integration. It's optional.
- integrationParameters List<Property Map>
- 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.
- integrationParameters Property MapInternal 
- 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.
- lastModifier StringEmail 
- Optional. The last modifier's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- lockHolder String
- Optional. The edit lock holder's email address. Generated based on the End User Credentials/LOAS role of the user making the call.
- name String
- Auto-generated primary key.
- origin String
- Optional. The origin that indicates where this integration is coming from.
- parentTemplate StringId 
- Optional. The id of the template which was used to create this integration_version.
- runAs StringService Account 
- Optional. The run-as service account email, if set and auth config is not configured, that will be used to generate auth token to be used in Connector task, Rest caller task and Cloud function task.
- snapshotNumber String
- Optional. An increasing sequence that is set when a new snapshot is created. The last created snapshot can be identified by [workflow_name, org_id latest(snapshot_number)]. However, last created snapshot need not be same as the HEAD. So users should always use "HEAD" tag to identify the head.
- state String
- User should not set it as an input.
- status String
- Generated by eventbus. User should not set it as an input.
- taskConfigs List<Property Map>
- Optional. Task configuration for the integration. It's optional, but the integration doesn't do anything without task_configs.
- taskConfigs List<Property Map>Internal 
- Optional. Task configuration for the integration. It's optional, but the integration doesn't do anything without task_configs.
- teardown Property Map
- 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.
- triggerConfigs List<Property Map>
- Optional. Trigger configurations.
- triggerConfigs List<Property Map>Internal 
- Optional. Trigger configurations.
- updateTime String
- Auto-generated.
- userLabel String
- Optional. A user-defined label that annotates an integration version. Typically, this is only set when the integration version is created.
Supporting Types
EnterpriseCrmEventbusProtoAttributesResponse     
- DataType string
- Things like URL, Email, Currency, Timestamp (rather than string, int64...)
- DefaultValue Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Value Type Response 
- Used to define defaults.
- IsRequired bool
- Required for event execution. The validation will be done by the event bus when the event is triggered.
- IsSearchable bool
- Used to indicate if a ParameterEntry should be converted to ParamIndexes for ST-Spanner full-text search. DEPRECATED: use searchable.
- LogSettings Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Log Settings Response 
- See
- ReadOnly bool
- Used to indicate if the ParameterEntry is a read only field or not.
- Searchable string
- TaskVisibility List<string>
- List of tasks that can view this property, if empty then all.
- DataType string
- Things like URL, Email, Currency, Timestamp (rather than string, int64...)
- DefaultValue EnterpriseCrm Eventbus Proto Value Type Response 
- Used to define defaults.
- IsRequired bool
- Required for event execution. The validation will be done by the event bus when the event is triggered.
- IsSearchable bool
- Used to indicate if a ParameterEntry should be converted to ParamIndexes for ST-Spanner full-text search. DEPRECATED: use searchable.
- LogSettings EnterpriseCrm Eventbus Proto Log Settings Response 
- See
- ReadOnly bool
- Used to indicate if the ParameterEntry is a read only field or not.
- Searchable string
- TaskVisibility []string
- List of tasks that can view this property, if empty then all.
- dataType String
- Things like URL, Email, Currency, Timestamp (rather than string, int64...)
- defaultValue EnterpriseCrm Eventbus Proto Value Type Response 
- Used to define defaults.
- isRequired Boolean
- Required for event execution. The validation will be done by the event bus when the event is triggered.
- isSearchable Boolean
- Used to indicate if a ParameterEntry should be converted to ParamIndexes for ST-Spanner full-text search. DEPRECATED: use searchable.
- logSettings EnterpriseCrm Eventbus Proto Log Settings Response 
- See
- readOnly Boolean
- Used to indicate if the ParameterEntry is a read only field or not.
- searchable String
- taskVisibility List<String>
- List of tasks that can view this property, if empty then all.
- dataType string
- Things like URL, Email, Currency, Timestamp (rather than string, int64...)
- defaultValue EnterpriseCrm Eventbus Proto Value Type Response 
- Used to define defaults.
- isRequired boolean
- Required for event execution. The validation will be done by the event bus when the event is triggered.
- isSearchable boolean
- Used to indicate if a ParameterEntry should be converted to ParamIndexes for ST-Spanner full-text search. DEPRECATED: use searchable.
- logSettings EnterpriseCrm Eventbus Proto Log Settings Response 
- See
- readOnly boolean
- Used to indicate if the ParameterEntry is a read only field or not.
- searchable string
- taskVisibility string[]
- List of tasks that can view this property, if empty then all.
- data_type str
- Things like URL, Email, Currency, Timestamp (rather than string, int64...)
- default_value EnterpriseCrm Eventbus Proto Value Type Response 
- Used to define defaults.
- is_required bool
- Required for event execution. The validation will be done by the event bus when the event is triggered.
- is_searchable bool
- Used to indicate if a ParameterEntry should be converted to ParamIndexes for ST-Spanner full-text search. DEPRECATED: use searchable.
- log_settings EnterpriseCrm Eventbus Proto Log Settings Response 
- See
- read_only bool
- Used to indicate if the ParameterEntry is a read only field or not.
- searchable str
- task_visibility Sequence[str]
- List of tasks that can view this property, if empty then all.
- dataType String
- Things like URL, Email, Currency, Timestamp (rather than string, int64...)
- defaultValue Property Map
- Used to define defaults.
- isRequired Boolean
- Required for event execution. The validation will be done by the event bus when the event is triggered.
- isSearchable Boolean
- Used to indicate if a ParameterEntry should be converted to ParamIndexes for ST-Spanner full-text search. DEPRECATED: use searchable.
- logSettings Property Map
- See
- readOnly Boolean
- Used to indicate if the ParameterEntry is a read only field or not.
- searchable String
- taskVisibility List<String>
- List of tasks that can view this property, if empty then all.
EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumListResponse          
- EnumStrings List<string>
- FilterType string
- EnumStrings []string
- FilterType string
- enumStrings List<String>
- filterType String
- enumStrings string[]
- filterType string
- enum_strings Sequence[str]
- filter_type str
- enumStrings List<String>
- filterType String
EnterpriseCrmEventbusProtoBaseAlertConfigThresholdValueResponse         
- Absolute string
- Percentage int
- Absolute string
- Percentage int
- absolute String
- percentage Integer
- absolute string
- percentage number
- absolute str
- percentage int
- absolute String
- percentage Number
EnterpriseCrmEventbusProtoBooleanParameterArrayResponse       
- BooleanValues List<bool>
- BooleanValues []bool
- booleanValues List<Boolean>
- booleanValues boolean[]
- boolean_values Sequence[bool]
- booleanValues List<Boolean>
EnterpriseCrmEventbusProtoCloudSchedulerConfigResponse       
- CronTab string
- The cron tab of cloud scheduler trigger.
- ErrorMessage string
- Optional. When the job was deleted from Pantheon UI, error_message will be populated when Get/List integrations
- Location string
- The location where associated cloud scheduler job will be created
- ServiceAccount stringEmail 
- Service account used by Cloud Scheduler to trigger the integration at scheduled time
- CronTab string
- The cron tab of cloud scheduler trigger.
- ErrorMessage string
- Optional. When the job was deleted from Pantheon UI, error_message will be populated when Get/List integrations
- Location string
- The location where associated cloud scheduler job will be created
- ServiceAccount stringEmail 
- Service account used by Cloud Scheduler to trigger the integration at scheduled time
- cronTab String
- The cron tab of cloud scheduler trigger.
- errorMessage String
- Optional. When the job was deleted from Pantheon UI, error_message will be populated when Get/List integrations
- location String
- The location where associated cloud scheduler job will be created
- serviceAccount StringEmail 
- Service account used by Cloud Scheduler to trigger the integration at scheduled time
- cronTab string
- The cron tab of cloud scheduler trigger.
- errorMessage string
- Optional. When the job was deleted from Pantheon UI, error_message will be populated when Get/List integrations
- location string
- The location where associated cloud scheduler job will be created
- serviceAccount stringEmail 
- Service account used by Cloud Scheduler to trigger the integration at scheduled time
- cron_tab str
- The cron tab of cloud scheduler trigger.
- error_message str
- Optional. When the job was deleted from Pantheon UI, error_message will be populated when Get/List integrations
- location str
- The location where associated cloud scheduler job will be created
- service_account_ stremail 
- Service account used by Cloud Scheduler to trigger the integration at scheduled time
- cronTab String
- The cron tab of cloud scheduler trigger.
- errorMessage String
- Optional. When the job was deleted from Pantheon UI, error_message will be populated when Get/List integrations
- location String
- The location where associated cloud scheduler job will be created
- serviceAccount StringEmail 
- Service account used by Cloud Scheduler to trigger the integration at scheduled time
EnterpriseCrmEventbusProtoCombinedConditionResponse      
- Conditions
List<Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Condition Response> 
- A set of individual constituent conditions.
- Conditions
[]EnterpriseCrm Eventbus Proto Condition Response 
- A set of individual constituent conditions.
- conditions
List<EnterpriseCrm Eventbus Proto Condition Response> 
- A set of individual constituent conditions.
- conditions
EnterpriseCrm Eventbus Proto Condition Response[] 
- A set of individual constituent conditions.
- conditions
Sequence[EnterpriseCrm Eventbus Proto Condition Response] 
- A set of individual constituent conditions.
- conditions List<Property Map>
- A set of individual constituent conditions.
EnterpriseCrmEventbusProtoConditionResponse     
- EventProperty stringKey 
- Key that's evaluated against the value. Please note the data type of the runtime value associated with the key should match the data type ofvalue, else an IllegalArgumentException is thrown.
- Operator string
- Operator used to evaluate the condition. Please note that an operator with an inappropriate key/value operand will result in IllegalArgumentException, e.g. CONTAINS with boolean key/value pair.
- Value
Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Value Type Response 
- Value that's checked for the key.
- EventProperty stringKey 
- Key that's evaluated against the value. Please note the data type of the runtime value associated with the key should match the data type ofvalue, else an IllegalArgumentException is thrown.
- Operator string
- Operator used to evaluate the condition. Please note that an operator with an inappropriate key/value operand will result in IllegalArgumentException, e.g. CONTAINS with boolean key/value pair.
- Value
EnterpriseCrm Eventbus Proto Value Type Response 
- Value that's checked for the key.
- eventProperty StringKey 
- Key that's evaluated against the value. Please note the data type of the runtime value associated with the key should match the data type ofvalue, else an IllegalArgumentException is thrown.
- operator String
- Operator used to evaluate the condition. Please note that an operator with an inappropriate key/value operand will result in IllegalArgumentException, e.g. CONTAINS with boolean key/value pair.
- value
EnterpriseCrm Eventbus Proto Value Type Response 
- Value that's checked for the key.
- eventProperty stringKey 
- Key that's evaluated against the value. Please note the data type of the runtime value associated with the key should match the data type ofvalue, else an IllegalArgumentException is thrown.
- operator string
- Operator used to evaluate the condition. Please note that an operator with an inappropriate key/value operand will result in IllegalArgumentException, e.g. CONTAINS with boolean key/value pair.
- value
EnterpriseCrm Eventbus Proto Value Type Response 
- Value that's checked for the key.
- event_property_ strkey 
- Key that's evaluated against the value. Please note the data type of the runtime value associated with the key should match the data type ofvalue, else an IllegalArgumentException is thrown.
- operator str
- Operator used to evaluate the condition. Please note that an operator with an inappropriate key/value operand will result in IllegalArgumentException, e.g. CONTAINS with boolean key/value pair.
- value
EnterpriseCrm Eventbus Proto Value Type Response 
- Value that's checked for the key.
- eventProperty StringKey 
- Key that's evaluated against the value. Please note the data type of the runtime value associated with the key should match the data type ofvalue, else an IllegalArgumentException is thrown.
- operator String
- Operator used to evaluate the condition. Please note that an operator with an inappropriate key/value operand will result in IllegalArgumentException, e.g. CONTAINS with boolean key/value pair.
- value Property Map
- Value that's checked for the key.
EnterpriseCrmEventbusProtoCoordinateResponse     
EnterpriseCrmEventbusProtoDoubleArrayResponse      
- Values List<double>
- Values []float64
- values List<Double>
- values number[]
- values Sequence[float]
- values List<Number>
EnterpriseCrmEventbusProtoDoubleParameterArrayResponse       
- DoubleValues List<double>
- DoubleValues []float64
- doubleValues List<Double>
- doubleValues number[]
- double_values Sequence[float]
- doubleValues List<Number>
EnterpriseCrmEventbusProtoEventBusPropertiesResponse       
- Properties
List<Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Property Entry Response> 
- An unordered list of property entries.
- Properties
[]EnterpriseCrm Eventbus Proto Property Entry Response 
- An unordered list of property entries.
- properties
List<EnterpriseCrm Eventbus Proto Property Entry Response> 
- An unordered list of property entries.
- properties
EnterpriseCrm Eventbus Proto Property Entry Response[] 
- An unordered list of property entries.
- properties
Sequence[EnterpriseCrm Eventbus Proto Property Entry Response] 
- An unordered list of property entries.
- properties List<Property Map>
- An unordered list of property entries.
EnterpriseCrmEventbusProtoEventParametersResponse      
- Parameters
List<Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Parameter Entry Response> 
- Parameters are a part of Event and can be used to communicate between different tasks that are part of the same integration execution.
- Parameters
[]EnterpriseCrm Eventbus Proto Parameter Entry Response 
- Parameters are a part of Event and can be used to communicate between different tasks that are part of the same integration execution.
- parameters
List<EnterpriseCrm Eventbus Proto Parameter Entry Response> 
- Parameters are a part of Event and can be used to communicate between different tasks that are part of the same integration execution.
- parameters
EnterpriseCrm Eventbus Proto Parameter Entry Response[] 
- Parameters are a part of Event and can be used to communicate between different tasks that are part of the same integration execution.
- parameters
Sequence[EnterpriseCrm Eventbus Proto Parameter Entry Response] 
- Parameters are a part of Event and can be used to communicate between different tasks that are part of the same integration execution.
- parameters List<Property Map>
- Parameters are a part of Event and can be used to communicate between different tasks that are part of the same integration execution.
EnterpriseCrmEventbusProtoFailurePolicyResponse      
- IntervalIn stringSeconds 
- Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_WORKFLOW_WITH_BACKOFF. Defines the initial interval for backoff.
- MaxNum intRetries 
- Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_WORKFLOW_WITH_BACKOFF. Defines the number of times the task will be retried if failed.
- RetryStrategy string
- Defines what happens to the task upon failure.
- IntervalIn stringSeconds 
- Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_WORKFLOW_WITH_BACKOFF. Defines the initial interval for backoff.
- MaxNum intRetries 
- Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_WORKFLOW_WITH_BACKOFF. Defines the number of times the task will be retried if failed.
- RetryStrategy string
- Defines what happens to the task upon failure.
- intervalIn StringSeconds 
- Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_WORKFLOW_WITH_BACKOFF. Defines the initial interval for backoff.
- maxNum IntegerRetries 
- Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_WORKFLOW_WITH_BACKOFF. Defines the number of times the task will be retried if failed.
- retryStrategy String
- Defines what happens to the task upon failure.
- intervalIn stringSeconds 
- Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_WORKFLOW_WITH_BACKOFF. Defines the initial interval for backoff.
- maxNum numberRetries 
- Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_WORKFLOW_WITH_BACKOFF. Defines the number of times the task will be retried if failed.
- retryStrategy string
- Defines what happens to the task upon failure.
- interval_in_ strseconds 
- Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_WORKFLOW_WITH_BACKOFF. Defines the initial interval for backoff.
- max_num_ intretries 
- Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_WORKFLOW_WITH_BACKOFF. Defines the number of times the task will be retried if failed.
- retry_strategy str
- Defines what happens to the task upon failure.
- intervalIn StringSeconds 
- Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_WORKFLOW_WITH_BACKOFF. Defines the initial interval for backoff.
- maxNum NumberRetries 
- Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_WORKFLOW_WITH_BACKOFF. Defines the number of times the task will be retried if failed.
- retryStrategy String
- Defines what happens to the task upon failure.
EnterpriseCrmEventbusProtoIntArrayResponse      
- Values List<string>
- Values []string
- values List<String>
- values string[]
- values Sequence[str]
- values List<String>
EnterpriseCrmEventbusProtoIntParameterArrayResponse       
- IntValues List<string>
- IntValues []string
- intValues List<String>
- intValues string[]
- int_values Sequence[str]
- intValues List<String>
EnterpriseCrmEventbusProtoLogSettingsResponse      
- LogField stringName 
- The name of corresponding logging field of the event property. If omitted, assumes the same name as the event property key.
- SanitizeOptions Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Logging Gws Sanitize Options Response 
- Contains the scrubbing options, such as whether to scrub, obfuscate, etc.
- SeedPeriod string
- SeedScope string
- ShorteningLimits Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Logging Gws Field Limits Response 
- Contains the field limits for shortening, such as max string length and max array length.
- LogField stringName 
- The name of corresponding logging field of the event property. If omitted, assumes the same name as the event property key.
- SanitizeOptions EnterpriseCrm Logging Gws Sanitize Options Response 
- Contains the scrubbing options, such as whether to scrub, obfuscate, etc.
- SeedPeriod string
- SeedScope string
- ShorteningLimits EnterpriseCrm Logging Gws Field Limits Response 
- Contains the field limits for shortening, such as max string length and max array length.
- logField StringName 
- The name of corresponding logging field of the event property. If omitted, assumes the same name as the event property key.
- sanitizeOptions EnterpriseCrm Logging Gws Sanitize Options Response 
- Contains the scrubbing options, such as whether to scrub, obfuscate, etc.
- seedPeriod String
- seedScope String
- shorteningLimits EnterpriseCrm Logging Gws Field Limits Response 
- Contains the field limits for shortening, such as max string length and max array length.
- logField stringName 
- The name of corresponding logging field of the event property. If omitted, assumes the same name as the event property key.
- sanitizeOptions EnterpriseCrm Logging Gws Sanitize Options Response 
- Contains the scrubbing options, such as whether to scrub, obfuscate, etc.
- seedPeriod string
- seedScope string
- shorteningLimits EnterpriseCrm Logging Gws Field Limits Response 
- Contains the field limits for shortening, such as max string length and max array length.
- log_field_ strname 
- The name of corresponding logging field of the event property. If omitted, assumes the same name as the event property key.
- sanitize_options EnterpriseCrm Logging Gws Sanitize Options Response 
- Contains the scrubbing options, such as whether to scrub, obfuscate, etc.
- seed_period str
- seed_scope str
- shortening_limits EnterpriseCrm Logging Gws Field Limits Response 
- Contains the field limits for shortening, such as max string length and max array length.
- logField StringName 
- The name of corresponding logging field of the event property. If omitted, assumes the same name as the event property key.
- sanitizeOptions Property Map
- Contains the scrubbing options, such as whether to scrub, obfuscate, etc.
- seedPeriod String
- seedScope String
- shorteningLimits Property Map
- Contains the field limits for shortening, such as max string length and max array length.
EnterpriseCrmEventbusProtoNextTaskResponse      
- CombinedConditions List<Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Combined Condition Response> 
- Combined condition for this task to become an eligible next task. Each of these combined_conditions are joined with logical OR. DEPRECATED: use condition
- Condition string
- Standard filter expression for this task to become an eligible next task.
- Description string
- User-provided description intended to give more business context about the next task edge or condition.
- Label string
- User-provided label that is attached to this edge in the UI.
- TaskConfig stringId 
- ID of the next task.
- TaskNumber string
- Task number of the next task.
- CombinedConditions []EnterpriseCrm Eventbus Proto Combined Condition Response 
- Combined condition for this task to become an eligible next task. Each of these combined_conditions are joined with logical OR. DEPRECATED: use condition
- Condition string
- Standard filter expression for this task to become an eligible next task.
- Description string
- User-provided description intended to give more business context about the next task edge or condition.
- Label string
- User-provided label that is attached to this edge in the UI.
- TaskConfig stringId 
- ID of the next task.
- TaskNumber string
- Task number of the next task.
- combinedConditions List<EnterpriseCrm Eventbus Proto Combined Condition Response> 
- Combined condition for this task to become an eligible next task. Each of these combined_conditions are joined with logical OR. DEPRECATED: use condition
- condition String
- Standard filter expression for this task to become an eligible next task.
- description String
- User-provided description intended to give more business context about the next task edge or condition.
- label String
- User-provided label that is attached to this edge in the UI.
- taskConfig StringId 
- ID of the next task.
- taskNumber String
- Task number of the next task.
- combinedConditions EnterpriseCrm Eventbus Proto Combined Condition Response[] 
- Combined condition for this task to become an eligible next task. Each of these combined_conditions are joined with logical OR. DEPRECATED: use condition
- condition string
- Standard filter expression for this task to become an eligible next task.
- description string
- User-provided description intended to give more business context about the next task edge or condition.
- label string
- User-provided label that is attached to this edge in the UI.
- taskConfig stringId 
- ID of the next task.
- taskNumber string
- Task number of the next task.
- combined_conditions Sequence[EnterpriseCrm Eventbus Proto Combined Condition Response] 
- Combined condition for this task to become an eligible next task. Each of these combined_conditions are joined with logical OR. DEPRECATED: use condition
- condition str
- Standard filter expression for this task to become an eligible next task.
- description str
- User-provided description intended to give more business context about the next task edge or condition.
- label str
- User-provided label that is attached to this edge in the UI.
- task_config_ strid 
- ID of the next task.
- task_number str
- Task number of the next task.
- combinedConditions List<Property Map>
- Combined condition for this task to become an eligible next task. Each of these combined_conditions are joined with logical OR. DEPRECATED: use condition
- condition String
- Standard filter expression for this task to become an eligible next task.
- description String
- User-provided description intended to give more business context about the next task edge or condition.
- label String
- User-provided label that is attached to this edge in the UI.
- taskConfig StringId 
- ID of the next task.
- taskNumber String
- Task number of the next task.
EnterpriseCrmEventbusProtoNextTeardownTaskResponse       
- Name string
- Name of the next teardown task.
- Name string
- Name of the next teardown task.
- name String
- Name of the next teardown task.
- name string
- Name of the next teardown task.
- name str
- Name of the next teardown task.
- name String
- Name of the next teardown task.
EnterpriseCrmEventbusProtoNodeIdentifierResponse      
- ElementIdentifier string
- Configuration of the edge.
- ElementType string
- Destination node where the edge ends. It can only be a task config.
- ElementIdentifier string
- Configuration of the edge.
- ElementType string
- Destination node where the edge ends. It can only be a task config.
- elementIdentifier String
- Configuration of the edge.
- elementType String
- Destination node where the edge ends. It can only be a task config.
- elementIdentifier string
- Configuration of the edge.
- elementType string
- Destination node where the edge ends. It can only be a task config.
- element_identifier str
- Configuration of the edge.
- element_type str
- Destination node where the edge ends. It can only be a task config.
- elementIdentifier String
- Configuration of the edge.
- elementType String
- Destination node where the edge ends. It can only be a task config.
EnterpriseCrmEventbusProtoParamSpecEntryConfigResponse        
- DescriptivePhrase string
- A short phrase to describe what this parameter contains.
- HelpText string
- Detailed help text for this parameter containing information not provided elsewhere. For example, instructions on how to migrate from a deprecated parameter.
- HideDefault boolValue 
- Whether the default value is hidden in the UI.
- InputDisplay stringOption 
- bool
- Whether this field is hidden in the UI.
- Label string
- A user-friendly label for the parameter.
- ParameterName stringOption 
- SubSection stringLabel 
- A user-friendly label for subSection under which the parameter will be displayed.
- UiPlaceholder stringText 
- Placeholder text which will appear in the UI input form for this parameter.
- DescriptivePhrase string
- A short phrase to describe what this parameter contains.
- HelpText string
- Detailed help text for this parameter containing information not provided elsewhere. For example, instructions on how to migrate from a deprecated parameter.
- HideDefault boolValue 
- Whether the default value is hidden in the UI.
- InputDisplay stringOption 
- bool
- Whether this field is hidden in the UI.
- Label string
- A user-friendly label for the parameter.
- ParameterName stringOption 
- SubSection stringLabel 
- A user-friendly label for subSection under which the parameter will be displayed.
- UiPlaceholder stringText 
- Placeholder text which will appear in the UI input form for this parameter.
- descriptivePhrase String
- A short phrase to describe what this parameter contains.
- helpText String
- Detailed help text for this parameter containing information not provided elsewhere. For example, instructions on how to migrate from a deprecated parameter.
- hideDefault BooleanValue 
- Whether the default value is hidden in the UI.
- inputDisplay StringOption 
- Boolean
- Whether this field is hidden in the UI.
- label String
- A user-friendly label for the parameter.
- parameterName StringOption 
- subSection StringLabel 
- A user-friendly label for subSection under which the parameter will be displayed.
- uiPlaceholder StringText 
- Placeholder text which will appear in the UI input form for this parameter.
- descriptivePhrase string
- A short phrase to describe what this parameter contains.
- helpText string
- Detailed help text for this parameter containing information not provided elsewhere. For example, instructions on how to migrate from a deprecated parameter.
- hideDefault booleanValue 
- Whether the default value is hidden in the UI.
- inputDisplay stringOption 
- boolean
- Whether this field is hidden in the UI.
- label string
- A user-friendly label for the parameter.
- parameterName stringOption 
- subSection stringLabel 
- A user-friendly label for subSection under which the parameter will be displayed.
- uiPlaceholder stringText 
- Placeholder text which will appear in the UI input form for this parameter.
- descriptive_phrase str
- A short phrase to describe what this parameter contains.
- help_text str
- Detailed help text for this parameter containing information not provided elsewhere. For example, instructions on how to migrate from a deprecated parameter.
- hide_default_ boolvalue 
- Whether the default value is hidden in the UI.
- input_display_ stroption 
- bool
- Whether this field is hidden in the UI.
- label str
- A user-friendly label for the parameter.
- parameter_name_ stroption 
- sub_section_ strlabel 
- A user-friendly label for subSection under which the parameter will be displayed.
- ui_placeholder_ strtext 
- Placeholder text which will appear in the UI input form for this parameter.
- descriptivePhrase String
- A short phrase to describe what this parameter contains.
- helpText String
- Detailed help text for this parameter containing information not provided elsewhere. For example, instructions on how to migrate from a deprecated parameter.
- hideDefault BooleanValue 
- Whether the default value is hidden in the UI.
- inputDisplay StringOption 
- Boolean
- Whether this field is hidden in the UI.
- label String
- A user-friendly label for the parameter.
- parameterName StringOption 
- subSection StringLabel 
- A user-friendly label for subSection under which the parameter will be displayed.
- uiPlaceholder StringText 
- Placeholder text which will appear in the UI input form for this parameter.
EnterpriseCrmEventbusProtoParamSpecEntryProtoDefinitionResponse         
EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleDoubleRangeResponse           
EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleIntRangeResponse           
EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleResponse         
- DoubleRange Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Param Spec Entry Validation Rule Double Range Response 
- IntRange Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Param Spec Entry Validation Rule Int Range Response 
- StringRegex Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Param Spec Entry Validation Rule String Regex Response 
EnterpriseCrmEventbusProtoParamSpecEntryValidationRuleStringRegexResponse           
EnterpriseCrmEventbusProtoParameterEntryResponse      
- Key string
- Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the integration definition.
- Value
Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Parameter Value Type Response 
- Values for the defined keys. Each value can either be string, int, double or any proto message.
- Key string
- Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the integration definition.
- Value
EnterpriseCrm Eventbus Proto Parameter Value Type Response 
- Values for the defined keys. Each value can either be string, int, double or any proto message.
- key String
- Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the integration definition.
- value
EnterpriseCrm Eventbus Proto Parameter Value Type Response 
- Values for the defined keys. Each value can either be string, int, double or any proto message.
- key string
- Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the integration definition.
- value
EnterpriseCrm Eventbus Proto Parameter Value Type Response 
- Values for the defined keys. Each value can either be string, int, double or any proto message.
- key str
- Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the integration definition.
- value
EnterpriseCrm Eventbus Proto Parameter Value Type Response 
- Values for the defined keys. Each value can either be string, int, double or any proto message.
- key String
- Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the integration definition.
- value Property Map
- Values for the defined keys. Each value can either be string, int, double or any proto message.
EnterpriseCrmEventbusProtoParameterValueTypeResponse       
- BooleanArray Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Boolean Parameter Array Response 
- BooleanValue bool
- DoubleArray Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Double Parameter Array Response 
- DoubleValue double
- IntArray Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Int Parameter Array Response 
- IntValue string
- ProtoArray Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Proto Parameter Array Response 
- ProtoValue Dictionary<string, string>
- SerializedObject Pulumi.Value Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Serialized Object Parameter Response 
- StringArray Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto String Parameter Array Response 
- StringValue string
- BooleanArray EnterpriseCrm Eventbus Proto Boolean Parameter Array Response 
- BooleanValue bool
- DoubleArray EnterpriseCrm Eventbus Proto Double Parameter Array Response 
- DoubleValue float64
- IntArray EnterpriseCrm Eventbus Proto Int Parameter Array Response 
- IntValue string
- ProtoArray EnterpriseCrm Eventbus Proto Proto Parameter Array Response 
- ProtoValue map[string]string
- SerializedObject EnterpriseValue Crm Eventbus Proto Serialized Object Parameter Response 
- StringArray EnterpriseCrm Eventbus Proto String Parameter Array Response 
- StringValue string
- booleanArray EnterpriseCrm Eventbus Proto Boolean Parameter Array Response 
- booleanValue Boolean
- doubleArray EnterpriseCrm Eventbus Proto Double Parameter Array Response 
- doubleValue Double
- intArray EnterpriseCrm Eventbus Proto Int Parameter Array Response 
- intValue String
- protoArray EnterpriseCrm Eventbus Proto Proto Parameter Array Response 
- protoValue Map<String,String>
- serializedObject EnterpriseValue Crm Eventbus Proto Serialized Object Parameter Response 
- stringArray EnterpriseCrm Eventbus Proto String Parameter Array Response 
- stringValue String
- booleanArray EnterpriseCrm Eventbus Proto Boolean Parameter Array Response 
- booleanValue boolean
- doubleArray EnterpriseCrm Eventbus Proto Double Parameter Array Response 
- doubleValue number
- intArray EnterpriseCrm Eventbus Proto Int Parameter Array Response 
- intValue string
- protoArray EnterpriseCrm Eventbus Proto Proto Parameter Array Response 
- protoValue {[key: string]: string}
- serializedObject EnterpriseValue Crm Eventbus Proto Serialized Object Parameter Response 
- stringArray EnterpriseCrm Eventbus Proto String Parameter Array Response 
- stringValue string
- boolean_array EnterpriseCrm Eventbus Proto Boolean Parameter Array Response 
- boolean_value bool
- double_array EnterpriseCrm Eventbus Proto Double Parameter Array Response 
- double_value float
- int_array EnterpriseCrm Eventbus Proto Int Parameter Array Response 
- int_value str
- proto_array EnterpriseCrm Eventbus Proto Proto Parameter Array Response 
- proto_value Mapping[str, str]
- serialized_object_ Enterprisevalue Crm Eventbus Proto Serialized Object Parameter Response 
- string_array EnterpriseCrm Eventbus Proto String Parameter Array Response 
- string_value str
EnterpriseCrmEventbusProtoPropertyEntryResponse      
- Key string
- Key is used to retrieve the corresponding property value. This should be unique for a given fired event. The Tasks should be aware of the keys used while firing the events for them to be able to retrieve the values.
- Value
Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Value Type Response 
- Values for the defined keys. Each value can either be string, int, double or any proto message.
- Key string
- Key is used to retrieve the corresponding property value. This should be unique for a given fired event. The Tasks should be aware of the keys used while firing the events for them to be able to retrieve the values.
- Value
EnterpriseCrm Eventbus Proto Value Type Response 
- Values for the defined keys. Each value can either be string, int, double or any proto message.
- key String
- Key is used to retrieve the corresponding property value. This should be unique for a given fired event. The Tasks should be aware of the keys used while firing the events for them to be able to retrieve the values.
- value
EnterpriseCrm Eventbus Proto Value Type Response 
- Values for the defined keys. Each value can either be string, int, double or any proto message.
- key string
- Key is used to retrieve the corresponding property value. This should be unique for a given fired event. The Tasks should be aware of the keys used while firing the events for them to be able to retrieve the values.
- value
EnterpriseCrm Eventbus Proto Value Type Response 
- Values for the defined keys. Each value can either be string, int, double or any proto message.
- key str
- Key is used to retrieve the corresponding property value. This should be unique for a given fired event. The Tasks should be aware of the keys used while firing the events for them to be able to retrieve the values.
- value
EnterpriseCrm Eventbus Proto Value Type Response 
- Values for the defined keys. Each value can either be string, int, double or any proto message.
- key String
- Key is used to retrieve the corresponding property value. This should be unique for a given fired event. The Tasks should be aware of the keys used while firing the events for them to be able to retrieve the values.
- value Property Map
- Values for the defined keys. Each value can either be string, int, double or any proto message.
EnterpriseCrmEventbusProtoProtoParameterArrayResponse       
- ProtoValues List<ImmutableDictionary<string, string>> 
- ProtoValues []map[string]string
- protoValues List<Map<String,String>>
- protoValues {[key: string]: string}[]
- proto_values Sequence[Mapping[str, str]]
- protoValues List<Map<String>>
EnterpriseCrmEventbusProtoSerializedObjectParameterResponse       
- ObjectValue string
- ObjectValue string
- objectValue String
- objectValue string
- object_value str
- objectValue String
EnterpriseCrmEventbusProtoStringArrayResponse      
- Values List<string>
- Values []string
- values List<String>
- values string[]
- values Sequence[str]
- values List<String>
EnterpriseCrmEventbusProtoStringParameterArrayResponse       
- StringValues List<string>
- StringValues []string
- stringValues List<String>
- stringValues string[]
- string_values Sequence[str]
- stringValues List<String>
EnterpriseCrmEventbusProtoSuccessPolicyResponse      
- FinalState string
- State to which the execution snapshot status will be set if the task succeeds.
- FinalState string
- State to which the execution snapshot status will be set if the task succeeds.
- finalState String
- State to which the execution snapshot status will be set if the task succeeds.
- finalState string
- State to which the execution snapshot status will be set if the task succeeds.
- final_state str
- State to which the execution snapshot status will be set if the task succeeds.
- finalState String
- State to which the execution snapshot status will be set if the task succeeds.
EnterpriseCrmEventbusProtoTaskAlertConfigResponse       
- AggregationPeriod string
- The period over which the metric value should be aggregated and evaluated. Format is , where integer should be a positive integer and unit should be one of (s,m,h,d,w) meaning (second, minute, hour, day, week).
- AlertDisabled bool
- Set to false by default. When set to true, the metrics are not aggregated or pushed to Monarch for this workflow alert.
- AlertName string
- A name to identify this alert. This will be displayed in the alert subject. If set, this name should be unique in within the scope of the containing workflow.
- ClientId string
- Client associated with this alert configuration. Must be a client enabled in one of the containing workflow's triggers.
- DurationThreshold stringMs 
- Should be specified only for TASK_AVERAGE_DURATION and TASK_PERCENTILE_DURATION metrics. This member should be used to specify what duration value the metrics should exceed for the alert to trigger.
- ErrorEnum Pulumi.List Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Base Alert Config Error Enum List Response 
- MetricType string
- NumAggregation intPeriods 
- For how many contiguous aggregation periods should the expected min or max be violated for the alert to be fired.
- OnlyFinal boolAttempt 
- Only count final task attempts, not retries.
- PlaybookUrl string
- Link to a playbook for resolving the issue that triggered this alert.
- ThresholdType string
- The threshold type for which this alert is being configured. If value falls below expected_min or exceeds expected_max, an alert will be fired.
- ThresholdValue Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Base Alert Config Threshold Value Response 
- The metric value, above or below which the alert should be triggered.
- WarningEnum Pulumi.List Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Base Alert Config Error Enum List Response 
- AggregationPeriod string
- The period over which the metric value should be aggregated and evaluated. Format is , where integer should be a positive integer and unit should be one of (s,m,h,d,w) meaning (second, minute, hour, day, week).
- AlertDisabled bool
- Set to false by default. When set to true, the metrics are not aggregated or pushed to Monarch for this workflow alert.
- AlertName string
- A name to identify this alert. This will be displayed in the alert subject. If set, this name should be unique in within the scope of the containing workflow.
- ClientId string
- Client associated with this alert configuration. Must be a client enabled in one of the containing workflow's triggers.
- DurationThreshold stringMs 
- Should be specified only for TASK_AVERAGE_DURATION and TASK_PERCENTILE_DURATION metrics. This member should be used to specify what duration value the metrics should exceed for the alert to trigger.
- ErrorEnum EnterpriseList Crm Eventbus Proto Base Alert Config Error Enum List Response 
- MetricType string
- NumAggregation intPeriods 
- For how many contiguous aggregation periods should the expected min or max be violated for the alert to be fired.
- OnlyFinal boolAttempt 
- Only count final task attempts, not retries.
- PlaybookUrl string
- Link to a playbook for resolving the issue that triggered this alert.
- ThresholdType string
- The threshold type for which this alert is being configured. If value falls below expected_min or exceeds expected_max, an alert will be fired.
- ThresholdValue EnterpriseCrm Eventbus Proto Base Alert Config Threshold Value Response 
- The metric value, above or below which the alert should be triggered.
- WarningEnum EnterpriseList Crm Eventbus Proto Base Alert Config Error Enum List Response 
- aggregationPeriod String
- The period over which the metric value should be aggregated and evaluated. Format is , where integer should be a positive integer and unit should be one of (s,m,h,d,w) meaning (second, minute, hour, day, week).
- alertDisabled Boolean
- Set to false by default. When set to true, the metrics are not aggregated or pushed to Monarch for this workflow alert.
- alertName String
- A name to identify this alert. This will be displayed in the alert subject. If set, this name should be unique in within the scope of the containing workflow.
- clientId String
- Client associated with this alert configuration. Must be a client enabled in one of the containing workflow's triggers.
- durationThreshold StringMs 
- Should be specified only for TASK_AVERAGE_DURATION and TASK_PERCENTILE_DURATION metrics. This member should be used to specify what duration value the metrics should exceed for the alert to trigger.
- errorEnum EnterpriseList Crm Eventbus Proto Base Alert Config Error Enum List Response 
- metricType String
- numAggregation IntegerPeriods 
- For how many contiguous aggregation periods should the expected min or max be violated for the alert to be fired.
- onlyFinal BooleanAttempt 
- Only count final task attempts, not retries.
- playbookUrl String
- Link to a playbook for resolving the issue that triggered this alert.
- thresholdType String
- The threshold type for which this alert is being configured. If value falls below expected_min or exceeds expected_max, an alert will be fired.
- thresholdValue EnterpriseCrm Eventbus Proto Base Alert Config Threshold Value Response 
- The metric value, above or below which the alert should be triggered.
- warningEnum EnterpriseList Crm Eventbus Proto Base Alert Config Error Enum List Response 
- aggregationPeriod string
- The period over which the metric value should be aggregated and evaluated. Format is , where integer should be a positive integer and unit should be one of (s,m,h,d,w) meaning (second, minute, hour, day, week).
- alertDisabled boolean
- Set to false by default. When set to true, the metrics are not aggregated or pushed to Monarch for this workflow alert.
- alertName string
- A name to identify this alert. This will be displayed in the alert subject. If set, this name should be unique in within the scope of the containing workflow.
- clientId string
- Client associated with this alert configuration. Must be a client enabled in one of the containing workflow's triggers.
- durationThreshold stringMs 
- Should be specified only for TASK_AVERAGE_DURATION and TASK_PERCENTILE_DURATION metrics. This member should be used to specify what duration value the metrics should exceed for the alert to trigger.
- errorEnum EnterpriseList Crm Eventbus Proto Base Alert Config Error Enum List Response 
- metricType string
- numAggregation numberPeriods 
- For how many contiguous aggregation periods should the expected min or max be violated for the alert to be fired.
- onlyFinal booleanAttempt 
- Only count final task attempts, not retries.
- playbookUrl string
- Link to a playbook for resolving the issue that triggered this alert.
- thresholdType string
- The threshold type for which this alert is being configured. If value falls below expected_min or exceeds expected_max, an alert will be fired.
- thresholdValue EnterpriseCrm Eventbus Proto Base Alert Config Threshold Value Response 
- The metric value, above or below which the alert should be triggered.
- warningEnum EnterpriseList Crm Eventbus Proto Base Alert Config Error Enum List Response 
- aggregation_period str
- The period over which the metric value should be aggregated and evaluated. Format is , where integer should be a positive integer and unit should be one of (s,m,h,d,w) meaning (second, minute, hour, day, week).
- alert_disabled bool
- Set to false by default. When set to true, the metrics are not aggregated or pushed to Monarch for this workflow alert.
- alert_name str
- A name to identify this alert. This will be displayed in the alert subject. If set, this name should be unique in within the scope of the containing workflow.
- client_id str
- Client associated with this alert configuration. Must be a client enabled in one of the containing workflow's triggers.
- duration_threshold_ strms 
- Should be specified only for TASK_AVERAGE_DURATION and TASK_PERCENTILE_DURATION metrics. This member should be used to specify what duration value the metrics should exceed for the alert to trigger.
- error_enum_ Enterpriselist Crm Eventbus Proto Base Alert Config Error Enum List Response 
- metric_type str
- num_aggregation_ intperiods 
- For how many contiguous aggregation periods should the expected min or max be violated for the alert to be fired.
- only_final_ boolattempt 
- Only count final task attempts, not retries.
- playbook_url str
- Link to a playbook for resolving the issue that triggered this alert.
- threshold_type str
- The threshold type for which this alert is being configured. If value falls below expected_min or exceeds expected_max, an alert will be fired.
- threshold_value EnterpriseCrm Eventbus Proto Base Alert Config Threshold Value Response 
- The metric value, above or below which the alert should be triggered.
- warning_enum_ Enterpriselist Crm Eventbus Proto Base Alert Config Error Enum List Response 
- aggregationPeriod String
- The period over which the metric value should be aggregated and evaluated. Format is , where integer should be a positive integer and unit should be one of (s,m,h,d,w) meaning (second, minute, hour, day, week).
- alertDisabled Boolean
- Set to false by default. When set to true, the metrics are not aggregated or pushed to Monarch for this workflow alert.
- alertName String
- A name to identify this alert. This will be displayed in the alert subject. If set, this name should be unique in within the scope of the containing workflow.
- clientId String
- Client associated with this alert configuration. Must be a client enabled in one of the containing workflow's triggers.
- durationThreshold StringMs 
- Should be specified only for TASK_AVERAGE_DURATION and TASK_PERCENTILE_DURATION metrics. This member should be used to specify what duration value the metrics should exceed for the alert to trigger.
- errorEnum Property MapList 
- metricType String
- numAggregation NumberPeriods 
- For how many contiguous aggregation periods should the expected min or max be violated for the alert to be fired.
- onlyFinal BooleanAttempt 
- Only count final task attempts, not retries.
- playbookUrl String
- Link to a playbook for resolving the issue that triggered this alert.
- thresholdType String
- The threshold type for which this alert is being configured. If value falls below expected_min or exceeds expected_max, an alert will be fired.
- thresholdValue Property Map
- The metric value, above or below which the alert should be triggered.
- warningEnum Property MapList 
EnterpriseCrmEventbusProtoTaskMetadataAdminResponse       
- GoogleGroup stringEmail 
- UserEmail string
- GoogleGroup stringEmail 
- UserEmail string
- googleGroup StringEmail 
- userEmail String
- googleGroup stringEmail 
- userEmail string
- google_group_ stremail 
- user_email str
- googleGroup StringEmail 
- userEmail String
EnterpriseCrmEventbusProtoTaskMetadataResponse      
- ActiveTask stringName 
- The new task name to replace the current task if it is deprecated. Otherwise, it is the same as the current task name.
- Admins
List<Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Task Metadata Admin Response> 
- Category string
- CodeSearch stringLink 
- The Code Search link to the Task Java file.
- DefaultJson stringValidation Option 
- Controls whether JSON workflow parameters are validated against provided schemas before and/or after this task's execution.
- DefaultSpec string
- Contains the initial configuration of the task with default values set. For now, The string should be compatible to an ASCII-proto format.
- Description string
- In a few sentences, describe the purpose and usage of the task.
- DescriptiveName string
- The string name to show on the task list on the Workflow editor screen. This should be a very short, one to two words name for the task. (e.g. "Send Mail")
- DocMarkdown string
- Snippet of markdown documentation to embed in the RHP for this task.
- ExternalCategory string
- ExternalCategory intSequence 
- Sequence with which the task in specific category to be displayed in task discovery panel for external users.
- ExternalDoc stringHtml 
- External-facing documention embedded in the RHP for this task.
- ExternalDoc stringLink 
- Doc link for external-facing documentation (separate from g3doc).
- ExternalDoc stringMarkdown 
- DEPRECATED: Use external_doc_html.
- G3DocLink string
- URL to the associated G3 Doc for the task if available
- IconLink string
- URL to gstatic image icon for this task. This icon shows up on the task list panel along with the task name in the Workflow Editor screen. Use the 24p, 2x, gray color icon image format.
- IsDeprecated bool
- The deprecation status of the current task. Default value is false;
- Name string
- The actual class name or the annotated name of the task. Task Author should initialize this field with value from the getName() method of the Task class.
- StandaloneExternal stringDoc Html 
- External-facing documention for standalone IP in pantheon embedded in the RHP for this task. Non null only if different from external_doc_html
- Status string
- Allows author to indicate if the task is ready to use or not. If not set, then it will default to INACTIVE.
- System string
- List<string>
- A set of tags that pertain to a particular task. This can be used to improve the searchability of tasks with several names ("REST Caller" vs. "Call REST Endpoint") or to help users find tasks based on related words.
- ActiveTask stringName 
- The new task name to replace the current task if it is deprecated. Otherwise, it is the same as the current task name.
- Admins
[]EnterpriseCrm Eventbus Proto Task Metadata Admin Response 
- Category string
- CodeSearch stringLink 
- The Code Search link to the Task Java file.
- DefaultJson stringValidation Option 
- Controls whether JSON workflow parameters are validated against provided schemas before and/or after this task's execution.
- DefaultSpec string
- Contains the initial configuration of the task with default values set. For now, The string should be compatible to an ASCII-proto format.
- Description string
- In a few sentences, describe the purpose and usage of the task.
- DescriptiveName string
- The string name to show on the task list on the Workflow editor screen. This should be a very short, one to two words name for the task. (e.g. "Send Mail")
- DocMarkdown string
- Snippet of markdown documentation to embed in the RHP for this task.
- ExternalCategory string
- ExternalCategory intSequence 
- Sequence with which the task in specific category to be displayed in task discovery panel for external users.
- ExternalDoc stringHtml 
- External-facing documention embedded in the RHP for this task.
- ExternalDoc stringLink 
- Doc link for external-facing documentation (separate from g3doc).
- ExternalDoc stringMarkdown 
- DEPRECATED: Use external_doc_html.
- G3DocLink string
- URL to the associated G3 Doc for the task if available
- IconLink string
- URL to gstatic image icon for this task. This icon shows up on the task list panel along with the task name in the Workflow Editor screen. Use the 24p, 2x, gray color icon image format.
- IsDeprecated bool
- The deprecation status of the current task. Default value is false;
- Name string
- The actual class name or the annotated name of the task. Task Author should initialize this field with value from the getName() method of the Task class.
- StandaloneExternal stringDoc Html 
- External-facing documention for standalone IP in pantheon embedded in the RHP for this task. Non null only if different from external_doc_html
- Status string
- Allows author to indicate if the task is ready to use or not. If not set, then it will default to INACTIVE.
- System string
- []string
- A set of tags that pertain to a particular task. This can be used to improve the searchability of tasks with several names ("REST Caller" vs. "Call REST Endpoint") or to help users find tasks based on related words.
- activeTask StringName 
- The new task name to replace the current task if it is deprecated. Otherwise, it is the same as the current task name.
- admins
List<EnterpriseCrm Eventbus Proto Task Metadata Admin Response> 
- category String
- codeSearch StringLink 
- The Code Search link to the Task Java file.
- defaultJson StringValidation Option 
- Controls whether JSON workflow parameters are validated against provided schemas before and/or after this task's execution.
- defaultSpec String
- Contains the initial configuration of the task with default values set. For now, The string should be compatible to an ASCII-proto format.
- description String
- In a few sentences, describe the purpose and usage of the task.
- descriptiveName String
- The string name to show on the task list on the Workflow editor screen. This should be a very short, one to two words name for the task. (e.g. "Send Mail")
- docMarkdown String
- Snippet of markdown documentation to embed in the RHP for this task.
- externalCategory String
- externalCategory IntegerSequence 
- Sequence with which the task in specific category to be displayed in task discovery panel for external users.
- externalDoc StringHtml 
- External-facing documention embedded in the RHP for this task.
- externalDoc StringLink 
- Doc link for external-facing documentation (separate from g3doc).
- externalDoc StringMarkdown 
- DEPRECATED: Use external_doc_html.
- g3DocLink String
- URL to the associated G3 Doc for the task if available
- iconLink String
- URL to gstatic image icon for this task. This icon shows up on the task list panel along with the task name in the Workflow Editor screen. Use the 24p, 2x, gray color icon image format.
- isDeprecated Boolean
- The deprecation status of the current task. Default value is false;
- name String
- The actual class name or the annotated name of the task. Task Author should initialize this field with value from the getName() method of the Task class.
- standaloneExternal StringDoc Html 
- External-facing documention for standalone IP in pantheon embedded in the RHP for this task. Non null only if different from external_doc_html
- status String
- Allows author to indicate if the task is ready to use or not. If not set, then it will default to INACTIVE.
- system String
- List<String>
- A set of tags that pertain to a particular task. This can be used to improve the searchability of tasks with several names ("REST Caller" vs. "Call REST Endpoint") or to help users find tasks based on related words.
- activeTask stringName 
- The new task name to replace the current task if it is deprecated. Otherwise, it is the same as the current task name.
- admins
EnterpriseCrm Eventbus Proto Task Metadata Admin Response[] 
- category string
- codeSearch stringLink 
- The Code Search link to the Task Java file.
- defaultJson stringValidation Option 
- Controls whether JSON workflow parameters are validated against provided schemas before and/or after this task's execution.
- defaultSpec string
- Contains the initial configuration of the task with default values set. For now, The string should be compatible to an ASCII-proto format.
- description string
- In a few sentences, describe the purpose and usage of the task.
- descriptiveName string
- The string name to show on the task list on the Workflow editor screen. This should be a very short, one to two words name for the task. (e.g. "Send Mail")
- docMarkdown string
- Snippet of markdown documentation to embed in the RHP for this task.
- externalCategory string
- externalCategory numberSequence 
- Sequence with which the task in specific category to be displayed in task discovery panel for external users.
- externalDoc stringHtml 
- External-facing documention embedded in the RHP for this task.
- externalDoc stringLink 
- Doc link for external-facing documentation (separate from g3doc).
- externalDoc stringMarkdown 
- DEPRECATED: Use external_doc_html.
- g3DocLink string
- URL to the associated G3 Doc for the task if available
- iconLink string
- URL to gstatic image icon for this task. This icon shows up on the task list panel along with the task name in the Workflow Editor screen. Use the 24p, 2x, gray color icon image format.
- isDeprecated boolean
- The deprecation status of the current task. Default value is false;
- name string
- The actual class name or the annotated name of the task. Task Author should initialize this field with value from the getName() method of the Task class.
- standaloneExternal stringDoc Html 
- External-facing documention for standalone IP in pantheon embedded in the RHP for this task. Non null only if different from external_doc_html
- status string
- Allows author to indicate if the task is ready to use or not. If not set, then it will default to INACTIVE.
- system string
- string[]
- A set of tags that pertain to a particular task. This can be used to improve the searchability of tasks with several names ("REST Caller" vs. "Call REST Endpoint") or to help users find tasks based on related words.
- active_task_ strname 
- The new task name to replace the current task if it is deprecated. Otherwise, it is the same as the current task name.
- admins
Sequence[EnterpriseCrm Eventbus Proto Task Metadata Admin Response] 
- category str
- code_search_ strlink 
- The Code Search link to the Task Java file.
- default_json_ strvalidation_ option 
- Controls whether JSON workflow parameters are validated against provided schemas before and/or after this task's execution.
- default_spec str
- Contains the initial configuration of the task with default values set. For now, The string should be compatible to an ASCII-proto format.
- description str
- In a few sentences, describe the purpose and usage of the task.
- descriptive_name str
- The string name to show on the task list on the Workflow editor screen. This should be a very short, one to two words name for the task. (e.g. "Send Mail")
- doc_markdown str
- Snippet of markdown documentation to embed in the RHP for this task.
- external_category str
- external_category_ intsequence 
- Sequence with which the task in specific category to be displayed in task discovery panel for external users.
- external_doc_ strhtml 
- External-facing documention embedded in the RHP for this task.
- external_doc_ strlink 
- Doc link for external-facing documentation (separate from g3doc).
- external_doc_ strmarkdown 
- DEPRECATED: Use external_doc_html.
- g3_doc_ strlink 
- URL to the associated G3 Doc for the task if available
- icon_link str
- URL to gstatic image icon for this task. This icon shows up on the task list panel along with the task name in the Workflow Editor screen. Use the 24p, 2x, gray color icon image format.
- is_deprecated bool
- The deprecation status of the current task. Default value is false;
- name str
- The actual class name or the annotated name of the task. Task Author should initialize this field with value from the getName() method of the Task class.
- standalone_external_ strdoc_ html 
- External-facing documention for standalone IP in pantheon embedded in the RHP for this task. Non null only if different from external_doc_html
- status str
- Allows author to indicate if the task is ready to use or not. If not set, then it will default to INACTIVE.
- system str
- Sequence[str]
- A set of tags that pertain to a particular task. This can be used to improve the searchability of tasks with several names ("REST Caller" vs. "Call REST Endpoint") or to help users find tasks based on related words.
- activeTask StringName 
- The new task name to replace the current task if it is deprecated. Otherwise, it is the same as the current task name.
- admins List<Property Map>
- category String
- codeSearch StringLink 
- The Code Search link to the Task Java file.
- defaultJson StringValidation Option 
- Controls whether JSON workflow parameters are validated against provided schemas before and/or after this task's execution.
- defaultSpec String
- Contains the initial configuration of the task with default values set. For now, The string should be compatible to an ASCII-proto format.
- description String
- In a few sentences, describe the purpose and usage of the task.
- descriptiveName String
- The string name to show on the task list on the Workflow editor screen. This should be a very short, one to two words name for the task. (e.g. "Send Mail")
- docMarkdown String
- Snippet of markdown documentation to embed in the RHP for this task.
- externalCategory String
- externalCategory NumberSequence 
- Sequence with which the task in specific category to be displayed in task discovery panel for external users.
- externalDoc StringHtml 
- External-facing documention embedded in the RHP for this task.
- externalDoc StringLink 
- Doc link for external-facing documentation (separate from g3doc).
- externalDoc StringMarkdown 
- DEPRECATED: Use external_doc_html.
- g3DocLink String
- URL to the associated G3 Doc for the task if available
- iconLink String
- URL to gstatic image icon for this task. This icon shows up on the task list panel along with the task name in the Workflow Editor screen. Use the 24p, 2x, gray color icon image format.
- isDeprecated Boolean
- The deprecation status of the current task. Default value is false;
- name String
- The actual class name or the annotated name of the task. Task Author should initialize this field with value from the getName() method of the Task class.
- standaloneExternal StringDoc Html 
- External-facing documention for standalone IP in pantheon embedded in the RHP for this task. Non null only if different from external_doc_html
- status String
- Allows author to indicate if the task is ready to use or not. If not set, then it will default to INACTIVE.
- system String
- List<String>
- A set of tags that pertain to a particular task. This can be used to improve the searchability of tasks with several names ("REST Caller" vs. "Call REST Endpoint") or to help users find tasks based on related words.
EnterpriseCrmEventbusProtoTaskUiConfigResponse       
- TaskUi List<Pulumi.Module Configs Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Task Ui Module Config Response> 
- Configurations of included config modules.
- TaskUi []EnterpriseModule Configs Crm Eventbus Proto Task Ui Module Config Response 
- Configurations of included config modules.
- taskUi List<EnterpriseModule Configs Crm Eventbus Proto Task Ui Module Config Response> 
- Configurations of included config modules.
- taskUi EnterpriseModule Configs Crm Eventbus Proto Task Ui Module Config Response[] 
- Configurations of included config modules.
- task_ui_ Sequence[Enterprisemodule_ configs Crm Eventbus Proto Task Ui Module Config Response] 
- Configurations of included config modules.
- taskUi List<Property Map>Module Configs 
- Configurations of included config modules.
EnterpriseCrmEventbusProtoTaskUiModuleConfigResponse        
- ModuleId string
- ID of the config module.
- ModuleId string
- ID of the config module.
- moduleId String
- ID of the config module.
- moduleId string
- ID of the config module.
- module_id str
- ID of the config module.
- moduleId String
- ID of the config module.
EnterpriseCrmEventbusProtoTeardownResponse     
- teardownTask List<Property Map>Configs 
- Required.
EnterpriseCrmEventbusProtoTeardownTaskConfigResponse       
- CreatorEmail string
- The creator's email address.
- Name string
- Unique identifier of the teardown task within this Config. We use this field as the identifier to find next teardown tasks.
- NextTeardown Pulumi.Task Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Next Teardown Task Response 
- Parameters
Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Event Parameters Response 
- The parameters the user can pass to this task.
- Properties
Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Event Bus Properties Response 
- TeardownTask stringImplementation Class Name 
- Implementation class name.
- CreatorEmail string
- The creator's email address.
- Name string
- Unique identifier of the teardown task within this Config. We use this field as the identifier to find next teardown tasks.
- NextTeardown EnterpriseTask Crm Eventbus Proto Next Teardown Task Response 
- Parameters
EnterpriseCrm Eventbus Proto Event Parameters Response 
- The parameters the user can pass to this task.
- Properties
EnterpriseCrm Eventbus Proto Event Bus Properties Response 
- TeardownTask stringImplementation Class Name 
- Implementation class name.
- creatorEmail String
- The creator's email address.
- name String
- Unique identifier of the teardown task within this Config. We use this field as the identifier to find next teardown tasks.
- nextTeardown EnterpriseTask Crm Eventbus Proto Next Teardown Task Response 
- parameters
EnterpriseCrm Eventbus Proto Event Parameters Response 
- The parameters the user can pass to this task.
- properties
EnterpriseCrm Eventbus Proto Event Bus Properties Response 
- teardownTask StringImplementation Class Name 
- Implementation class name.
- creatorEmail string
- The creator's email address.
- name string
- Unique identifier of the teardown task within this Config. We use this field as the identifier to find next teardown tasks.
- nextTeardown EnterpriseTask Crm Eventbus Proto Next Teardown Task Response 
- parameters
EnterpriseCrm Eventbus Proto Event Parameters Response 
- The parameters the user can pass to this task.
- properties
EnterpriseCrm Eventbus Proto Event Bus Properties Response 
- teardownTask stringImplementation Class Name 
- Implementation class name.
- creator_email str
- The creator's email address.
- name str
- Unique identifier of the teardown task within this Config. We use this field as the identifier to find next teardown tasks.
- next_teardown_ Enterprisetask Crm Eventbus Proto Next Teardown Task Response 
- parameters
EnterpriseCrm Eventbus Proto Event Parameters Response 
- The parameters the user can pass to this task.
- properties
EnterpriseCrm Eventbus Proto Event Bus Properties Response 
- teardown_task_ strimplementation_ class_ name 
- Implementation class name.
- creatorEmail String
- The creator's email address.
- name String
- Unique identifier of the teardown task within this Config. We use this field as the identifier to find next teardown tasks.
- nextTeardown Property MapTask 
- parameters Property Map
- The parameters the user can pass to this task.
- properties Property Map
- teardownTask StringImplementation Class Name 
- Implementation class name.
EnterpriseCrmEventbusProtoTriggerCriteriaResponse      
- Condition string
- Standard filter expression, when true the workflow will be executed. If there's no trigger_criteria_task_implementation_class_name specified, the condition will be validated directly.
- Parameters
Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Event Parameters Response 
- Optional. To be used in TaskConfig for the implementation class.
- TriggerCriteria stringTask Implementation Class Name 
- Optional. Implementation class name. The class should implement the “TypedTask” interface.
- Condition string
- Standard filter expression, when true the workflow will be executed. If there's no trigger_criteria_task_implementation_class_name specified, the condition will be validated directly.
- Parameters
EnterpriseCrm Eventbus Proto Event Parameters Response 
- Optional. To be used in TaskConfig for the implementation class.
- TriggerCriteria stringTask Implementation Class Name 
- Optional. Implementation class name. The class should implement the “TypedTask” interface.
- condition String
- Standard filter expression, when true the workflow will be executed. If there's no trigger_criteria_task_implementation_class_name specified, the condition will be validated directly.
- parameters
EnterpriseCrm Eventbus Proto Event Parameters Response 
- Optional. To be used in TaskConfig for the implementation class.
- triggerCriteria StringTask Implementation Class Name 
- Optional. Implementation class name. The class should implement the “TypedTask” interface.
- condition string
- Standard filter expression, when true the workflow will be executed. If there's no trigger_criteria_task_implementation_class_name specified, the condition will be validated directly.
- parameters
EnterpriseCrm Eventbus Proto Event Parameters Response 
- Optional. To be used in TaskConfig for the implementation class.
- triggerCriteria stringTask Implementation Class Name 
- Optional. Implementation class name. The class should implement the “TypedTask” interface.
- condition str
- Standard filter expression, when true the workflow will be executed. If there's no trigger_criteria_task_implementation_class_name specified, the condition will be validated directly.
- parameters
EnterpriseCrm Eventbus Proto Event Parameters Response 
- Optional. To be used in TaskConfig for the implementation class.
- trigger_criteria_ strtask_ implementation_ class_ name 
- Optional. Implementation class name. The class should implement the “TypedTask” interface.
- condition String
- Standard filter expression, when true the workflow will be executed. If there's no trigger_criteria_task_implementation_class_name specified, the condition will be validated directly.
- parameters Property Map
- Optional. To be used in TaskConfig for the implementation class.
- triggerCriteria StringTask Implementation Class Name 
- Optional. Implementation class name. The class should implement the “TypedTask” interface.
EnterpriseCrmEventbusProtoValueTypeResponse      
- BooleanValue bool
- DoubleArray Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Double Array Response 
- DoubleValue double
- IntArray Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Int Array Response 
- IntValue string
- ProtoValue Dictionary<string, string>
- StringArray Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto String Array Response 
- StringValue string
- booleanValue boolean
- doubleArray EnterpriseCrm Eventbus Proto Double Array Response 
- doubleValue number
- intArray EnterpriseCrm Eventbus Proto Int Array Response 
- intValue string
- protoValue {[key: string]: string}
- stringArray EnterpriseCrm Eventbus Proto String Array Response 
- stringValue string
- booleanValue Boolean
- doubleArray Property Map
- doubleValue Number
- intArray Property Map
- intValue String
- protoValue Map<String>
- stringArray Property Map
- stringValue String
EnterpriseCrmEventbusProtoWorkflowAlertConfigResponse       
- AggregationPeriod string
- For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
- AlertDisabled bool
- Set to false by default. When set to true, the metrics are not aggregated or pushed to Monarch for this workflow alert.
- AlertName string
- A name to identify this alert. This will be displayed in the alert subject. If set, this name should be unique within the scope of the workflow.
- ClientId string
- Client associated with this alert configuration.
- DurationThreshold stringMs 
- Should be specified only for *AVERAGE_DURATION and *PERCENTILE_DURATION metrics. This member should be used to specify what duration value the metrics should exceed for the alert to trigger.
- ErrorEnum Pulumi.List Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Base Alert Config Error Enum List Response 
- MetricType string
- NumAggregation intPeriods 
- For how many contiguous aggregation periods should the expected min or max be violated for the alert to be fired.
- OnlyFinal boolAttempt 
- For either events or tasks, depending on the type of alert, count only final attempts, not retries.
- PlaybookUrl string
- Link to a playbook for resolving the issue that triggered this alert.
- ThresholdType string
- The threshold type, whether lower(expected_min) or upper(expected_max), for which this alert is being configured. If value falls below expected_min or exceeds expected_max, an alert will be fired.
- ThresholdValue Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Base Alert Config Threshold Value Response 
- The metric value, above or below which the alert should be triggered.
- WarningEnum Pulumi.List Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Base Alert Config Error Enum List Response 
- AggregationPeriod string
- For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
- AlertDisabled bool
- Set to false by default. When set to true, the metrics are not aggregated or pushed to Monarch for this workflow alert.
- AlertName string
- A name to identify this alert. This will be displayed in the alert subject. If set, this name should be unique within the scope of the workflow.
- ClientId string
- Client associated with this alert configuration.
- DurationThreshold stringMs 
- Should be specified only for *AVERAGE_DURATION and *PERCENTILE_DURATION metrics. This member should be used to specify what duration value the metrics should exceed for the alert to trigger.
- ErrorEnum EnterpriseList Crm Eventbus Proto Base Alert Config Error Enum List Response 
- MetricType string
- NumAggregation intPeriods 
- For how many contiguous aggregation periods should the expected min or max be violated for the alert to be fired.
- OnlyFinal boolAttempt 
- For either events or tasks, depending on the type of alert, count only final attempts, not retries.
- PlaybookUrl string
- Link to a playbook for resolving the issue that triggered this alert.
- ThresholdType string
- The threshold type, whether lower(expected_min) or upper(expected_max), for which this alert is being configured. If value falls below expected_min or exceeds expected_max, an alert will be fired.
- ThresholdValue EnterpriseCrm Eventbus Proto Base Alert Config Threshold Value Response 
- The metric value, above or below which the alert should be triggered.
- WarningEnum EnterpriseList Crm Eventbus Proto Base Alert Config Error Enum List Response 
- aggregationPeriod String
- For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
- alertDisabled Boolean
- Set to false by default. When set to true, the metrics are not aggregated or pushed to Monarch for this workflow alert.
- alertName String
- A name to identify this alert. This will be displayed in the alert subject. If set, this name should be unique within the scope of the workflow.
- clientId String
- Client associated with this alert configuration.
- durationThreshold StringMs 
- Should be specified only for *AVERAGE_DURATION and *PERCENTILE_DURATION metrics. This member should be used to specify what duration value the metrics should exceed for the alert to trigger.
- errorEnum EnterpriseList Crm Eventbus Proto Base Alert Config Error Enum List Response 
- metricType String
- numAggregation IntegerPeriods 
- For how many contiguous aggregation periods should the expected min or max be violated for the alert to be fired.
- onlyFinal BooleanAttempt 
- For either events or tasks, depending on the type of alert, count only final attempts, not retries.
- playbookUrl String
- Link to a playbook for resolving the issue that triggered this alert.
- thresholdType String
- The threshold type, whether lower(expected_min) or upper(expected_max), for which this alert is being configured. If value falls below expected_min or exceeds expected_max, an alert will be fired.
- thresholdValue EnterpriseCrm Eventbus Proto Base Alert Config Threshold Value Response 
- The metric value, above or below which the alert should be triggered.
- warningEnum EnterpriseList Crm Eventbus Proto Base Alert Config Error Enum List Response 
- aggregationPeriod string
- For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
- alertDisabled boolean
- Set to false by default. When set to true, the metrics are not aggregated or pushed to Monarch for this workflow alert.
- alertName string
- A name to identify this alert. This will be displayed in the alert subject. If set, this name should be unique within the scope of the workflow.
- clientId string
- Client associated with this alert configuration.
- durationThreshold stringMs 
- Should be specified only for *AVERAGE_DURATION and *PERCENTILE_DURATION metrics. This member should be used to specify what duration value the metrics should exceed for the alert to trigger.
- errorEnum EnterpriseList Crm Eventbus Proto Base Alert Config Error Enum List Response 
- metricType string
- numAggregation numberPeriods 
- For how many contiguous aggregation periods should the expected min or max be violated for the alert to be fired.
- onlyFinal booleanAttempt 
- For either events or tasks, depending on the type of alert, count only final attempts, not retries.
- playbookUrl string
- Link to a playbook for resolving the issue that triggered this alert.
- thresholdType string
- The threshold type, whether lower(expected_min) or upper(expected_max), for which this alert is being configured. If value falls below expected_min or exceeds expected_max, an alert will be fired.
- thresholdValue EnterpriseCrm Eventbus Proto Base Alert Config Threshold Value Response 
- The metric value, above or below which the alert should be triggered.
- warningEnum EnterpriseList Crm Eventbus Proto Base Alert Config Error Enum List Response 
- aggregation_period str
- For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
- alert_disabled bool
- Set to false by default. When set to true, the metrics are not aggregated or pushed to Monarch for this workflow alert.
- alert_name str
- A name to identify this alert. This will be displayed in the alert subject. If set, this name should be unique within the scope of the workflow.
- client_id str
- Client associated with this alert configuration.
- duration_threshold_ strms 
- Should be specified only for *AVERAGE_DURATION and *PERCENTILE_DURATION metrics. This member should be used to specify what duration value the metrics should exceed for the alert to trigger.
- error_enum_ Enterpriselist Crm Eventbus Proto Base Alert Config Error Enum List Response 
- metric_type str
- num_aggregation_ intperiods 
- For how many contiguous aggregation periods should the expected min or max be violated for the alert to be fired.
- only_final_ boolattempt 
- For either events or tasks, depending on the type of alert, count only final attempts, not retries.
- playbook_url str
- Link to a playbook for resolving the issue that triggered this alert.
- threshold_type str
- The threshold type, whether lower(expected_min) or upper(expected_max), for which this alert is being configured. If value falls below expected_min or exceeds expected_max, an alert will be fired.
- threshold_value EnterpriseCrm Eventbus Proto Base Alert Config Threshold Value Response 
- The metric value, above or below which the alert should be triggered.
- warning_enum_ Enterpriselist Crm Eventbus Proto Base Alert Config Error Enum List Response 
- aggregationPeriod String
- For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
- alertDisabled Boolean
- Set to false by default. When set to true, the metrics are not aggregated or pushed to Monarch for this workflow alert.
- alertName String
- A name to identify this alert. This will be displayed in the alert subject. If set, this name should be unique within the scope of the workflow.
- clientId String
- Client associated with this alert configuration.
- durationThreshold StringMs 
- Should be specified only for *AVERAGE_DURATION and *PERCENTILE_DURATION metrics. This member should be used to specify what duration value the metrics should exceed for the alert to trigger.
- errorEnum Property MapList 
- metricType String
- numAggregation NumberPeriods 
- For how many contiguous aggregation periods should the expected min or max be violated for the alert to be fired.
- onlyFinal BooleanAttempt 
- For either events or tasks, depending on the type of alert, count only final attempts, not retries.
- playbookUrl String
- Link to a playbook for resolving the issue that triggered this alert.
- thresholdType String
- The threshold type, whether lower(expected_min) or upper(expected_max), for which this alert is being configured. If value falls below expected_min or exceeds expected_max, an alert will be fired.
- thresholdValue Property Map
- The metric value, above or below which the alert should be triggered.
- warningEnum Property MapList 
EnterpriseCrmEventbusStatsDimensionsResponse     
- ClientId string
- EnumFilter stringType 
- Whether to include or exclude the enums matching the regex.
- ErrorEnum stringString 
- RetryAttempt string
- TaskName string
- TaskNumber string
- TriggerId string
- Stats have been or will be aggregated on set fields for any semantically-meaningful combination.
- WarningEnum stringString 
- WorkflowId string
- WorkflowName string
- ClientId string
- EnumFilter stringType 
- Whether to include or exclude the enums matching the regex.
- ErrorEnum stringString 
- RetryAttempt string
- TaskName string
- TaskNumber string
- TriggerId string
- Stats have been or will be aggregated on set fields for any semantically-meaningful combination.
- WarningEnum stringString 
- WorkflowId string
- WorkflowName string
- clientId String
- enumFilter StringType 
- Whether to include or exclude the enums matching the regex.
- errorEnum StringString 
- retryAttempt String
- taskName String
- taskNumber String
- triggerId String
- Stats have been or will be aggregated on set fields for any semantically-meaningful combination.
- warningEnum StringString 
- workflowId String
- workflowName String
- clientId string
- enumFilter stringType 
- Whether to include or exclude the enums matching the regex.
- errorEnum stringString 
- retryAttempt string
- taskName string
- taskNumber string
- triggerId string
- Stats have been or will be aggregated on set fields for any semantically-meaningful combination.
- warningEnum stringString 
- workflowId string
- workflowName string
- client_id str
- enum_filter_ strtype 
- Whether to include or exclude the enums matching the regex.
- error_enum_ strstring 
- retry_attempt str
- task_name str
- task_number str
- trigger_id str
- Stats have been or will be aggregated on set fields for any semantically-meaningful combination.
- warning_enum_ strstring 
- workflow_id str
- workflow_name str
- clientId String
- enumFilter StringType 
- Whether to include or exclude the enums matching the regex.
- errorEnum StringString 
- retryAttempt String
- taskName String
- taskNumber String
- triggerId String
- Stats have been or will be aggregated on set fields for any semantically-meaningful combination.
- warningEnum StringString 
- workflowId String
- workflowName String
EnterpriseCrmEventbusStatsResponse    
- Dimensions
Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Stats Dimensions Response 
- Dimensions that these stats have been aggregated on.
- DurationIn doubleSeconds 
- Average duration in seconds.
- ErrorRate double
- Average error rate.
- Qps double
- Queries per second.
- WarningRate double
- Average warning rate.
- Dimensions
EnterpriseCrm Eventbus Stats Dimensions Response 
- Dimensions that these stats have been aggregated on.
- DurationIn float64Seconds 
- Average duration in seconds.
- ErrorRate float64
- Average error rate.
- Qps float64
- Queries per second.
- WarningRate float64
- Average warning rate.
- dimensions
EnterpriseCrm Eventbus Stats Dimensions Response 
- Dimensions that these stats have been aggregated on.
- durationIn DoubleSeconds 
- Average duration in seconds.
- errorRate Double
- Average error rate.
- qps Double
- Queries per second.
- warningRate Double
- Average warning rate.
- dimensions
EnterpriseCrm Eventbus Stats Dimensions Response 
- Dimensions that these stats have been aggregated on.
- durationIn numberSeconds 
- Average duration in seconds.
- errorRate number
- Average error rate.
- qps number
- Queries per second.
- warningRate number
- Average warning rate.
- dimensions
EnterpriseCrm Eventbus Stats Dimensions Response 
- Dimensions that these stats have been aggregated on.
- duration_in_ floatseconds 
- Average duration in seconds.
- error_rate float
- Average error rate.
- qps float
- Queries per second.
- warning_rate float
- Average warning rate.
- dimensions Property Map
- Dimensions that these stats have been aggregated on.
- durationIn NumberSeconds 
- Average duration in seconds.
- errorRate Number
- Average error rate.
- qps Number
- Queries per second.
- warningRate Number
- Average warning rate.
EnterpriseCrmFrontendsEventbusProtoBooleanParameterArrayResponse        
- BooleanValues List<bool>
- BooleanValues []bool
- booleanValues List<Boolean>
- booleanValues boolean[]
- boolean_values Sequence[bool]
- booleanValues List<Boolean>
EnterpriseCrmFrontendsEventbusProtoDoubleParameterArrayResponse        
- DoubleValues List<double>
- DoubleValues []float64
- doubleValues List<Double>
- doubleValues number[]
- double_values Sequence[float]
- doubleValues List<Number>
EnterpriseCrmFrontendsEventbusProtoEventParametersResponse       
- Parameters
List<Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Frontends Eventbus Proto Parameter Entry Response> 
- Parameters are a part of Event and can be used to communicate between different tasks that are part of the same workflow execution.
- Parameters
[]EnterpriseCrm Frontends Eventbus Proto Parameter Entry Response 
- Parameters are a part of Event and can be used to communicate between different tasks that are part of the same workflow execution.
- parameters
List<EnterpriseCrm Frontends Eventbus Proto Parameter Entry Response> 
- Parameters are a part of Event and can be used to communicate between different tasks that are part of the same workflow execution.
- parameters
EnterpriseCrm Frontends Eventbus Proto Parameter Entry Response[] 
- Parameters are a part of Event and can be used to communicate between different tasks that are part of the same workflow execution.
- parameters
Sequence[EnterpriseCrm Frontends Eventbus Proto Parameter Entry Response] 
- Parameters are a part of Event and can be used to communicate between different tasks that are part of the same workflow execution.
- parameters List<Property Map>
- Parameters are a part of Event and can be used to communicate between different tasks that are part of the same workflow execution.
EnterpriseCrmFrontendsEventbusProtoIntParameterArrayResponse        
- IntValues List<string>
- IntValues []string
- intValues List<String>
- intValues string[]
- int_values Sequence[str]
- intValues List<String>
EnterpriseCrmFrontendsEventbusProtoParamSpecEntryResponse        
- ClassName string
- The FQCN of the Java object this represents. A string, for example, would be "java.lang.String". If this is "java.lang.Object", the parameter can be of any type.
- CollectionElement stringClass Name 
- If it is a collection of objects, this would be the FCQN of every individual element in the collection. If this is "java.lang.Object", the parameter is a collection of any type.
- Config
Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Param Spec Entry Config Response 
- Optional fields, such as help text and other useful info.
- DataType string
- The data type of the parameter.
- DefaultValue Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Frontends Eventbus Proto Parameter Value Type Response 
- Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
- IsDeprecated bool
- If set, this entry is deprecated, so further use of this parameter should be prohibited.
- IsOutput bool
- JsonSchema string
- If the data_type is JSON_VALUE, then this will define its schema.
- Key string
- Key is used to retrieve the corresponding parameter value. This should be unique for a given task. These parameters must be predefined in the workflow definition.
- ProtoDef Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Param Spec Entry Proto Definition Response 
- Populated if this represents a proto or proto array.
- Required bool
- If set, the user must provide an input value for this parameter.
- ValidationRule Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Param Spec Entry Validation Rule Response 
- Rule used to validate inputs (individual values and collection elements) for this parameter.
- ClassName string
- The FQCN of the Java object this represents. A string, for example, would be "java.lang.String". If this is "java.lang.Object", the parameter can be of any type.
- CollectionElement stringClass Name 
- If it is a collection of objects, this would be the FCQN of every individual element in the collection. If this is "java.lang.Object", the parameter is a collection of any type.
- Config
EnterpriseCrm Eventbus Proto Param Spec Entry Config Response 
- Optional fields, such as help text and other useful info.
- DataType string
- The data type of the parameter.
- DefaultValue EnterpriseCrm Frontends Eventbus Proto Parameter Value Type Response 
- Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
- IsDeprecated bool
- If set, this entry is deprecated, so further use of this parameter should be prohibited.
- IsOutput bool
- JsonSchema string
- If the data_type is JSON_VALUE, then this will define its schema.
- Key string
- Key is used to retrieve the corresponding parameter value. This should be unique for a given task. These parameters must be predefined in the workflow definition.
- ProtoDef EnterpriseCrm Eventbus Proto Param Spec Entry Proto Definition Response 
- Populated if this represents a proto or proto array.
- Required bool
- If set, the user must provide an input value for this parameter.
- ValidationRule EnterpriseCrm Eventbus Proto Param Spec Entry Validation Rule Response 
- Rule used to validate inputs (individual values and collection elements) for this parameter.
- className String
- The FQCN of the Java object this represents. A string, for example, would be "java.lang.String". If this is "java.lang.Object", the parameter can be of any type.
- collectionElement StringClass Name 
- If it is a collection of objects, this would be the FCQN of every individual element in the collection. If this is "java.lang.Object", the parameter is a collection of any type.
- config
EnterpriseCrm Eventbus Proto Param Spec Entry Config Response 
- Optional fields, such as help text and other useful info.
- dataType String
- The data type of the parameter.
- defaultValue EnterpriseCrm Frontends Eventbus Proto Parameter Value Type Response 
- Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
- isDeprecated Boolean
- If set, this entry is deprecated, so further use of this parameter should be prohibited.
- isOutput Boolean
- jsonSchema String
- If the data_type is JSON_VALUE, then this will define its schema.
- key String
- Key is used to retrieve the corresponding parameter value. This should be unique for a given task. These parameters must be predefined in the workflow definition.
- protoDef EnterpriseCrm Eventbus Proto Param Spec Entry Proto Definition Response 
- Populated if this represents a proto or proto array.
- required Boolean
- If set, the user must provide an input value for this parameter.
- validationRule EnterpriseCrm Eventbus Proto Param Spec Entry Validation Rule Response 
- Rule used to validate inputs (individual values and collection elements) for this parameter.
- className string
- The FQCN of the Java object this represents. A string, for example, would be "java.lang.String". If this is "java.lang.Object", the parameter can be of any type.
- collectionElement stringClass Name 
- If it is a collection of objects, this would be the FCQN of every individual element in the collection. If this is "java.lang.Object", the parameter is a collection of any type.
- config
EnterpriseCrm Eventbus Proto Param Spec Entry Config Response 
- Optional fields, such as help text and other useful info.
- dataType string
- The data type of the parameter.
- defaultValue EnterpriseCrm Frontends Eventbus Proto Parameter Value Type Response 
- Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
- isDeprecated boolean
- If set, this entry is deprecated, so further use of this parameter should be prohibited.
- isOutput boolean
- jsonSchema string
- If the data_type is JSON_VALUE, then this will define its schema.
- key string
- Key is used to retrieve the corresponding parameter value. This should be unique for a given task. These parameters must be predefined in the workflow definition.
- protoDef EnterpriseCrm Eventbus Proto Param Spec Entry Proto Definition Response 
- Populated if this represents a proto or proto array.
- required boolean
- If set, the user must provide an input value for this parameter.
- validationRule EnterpriseCrm Eventbus Proto Param Spec Entry Validation Rule Response 
- Rule used to validate inputs (individual values and collection elements) for this parameter.
- class_name str
- The FQCN of the Java object this represents. A string, for example, would be "java.lang.String". If this is "java.lang.Object", the parameter can be of any type.
- collection_element_ strclass_ name 
- If it is a collection of objects, this would be the FCQN of every individual element in the collection. If this is "java.lang.Object", the parameter is a collection of any type.
- config
EnterpriseCrm Eventbus Proto Param Spec Entry Config Response 
- Optional fields, such as help text and other useful info.
- data_type str
- The data type of the parameter.
- default_value EnterpriseCrm Frontends Eventbus Proto Parameter Value Type Response 
- Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
- is_deprecated bool
- If set, this entry is deprecated, so further use of this parameter should be prohibited.
- is_output bool
- json_schema str
- If the data_type is JSON_VALUE, then this will define its schema.
- key str
- Key is used to retrieve the corresponding parameter value. This should be unique for a given task. These parameters must be predefined in the workflow definition.
- proto_def EnterpriseCrm Eventbus Proto Param Spec Entry Proto Definition Response 
- Populated if this represents a proto or proto array.
- required bool
- If set, the user must provide an input value for this parameter.
- validation_rule EnterpriseCrm Eventbus Proto Param Spec Entry Validation Rule Response 
- Rule used to validate inputs (individual values and collection elements) for this parameter.
- className String
- The FQCN of the Java object this represents. A string, for example, would be "java.lang.String". If this is "java.lang.Object", the parameter can be of any type.
- collectionElement StringClass Name 
- If it is a collection of objects, this would be the FCQN of every individual element in the collection. If this is "java.lang.Object", the parameter is a collection of any type.
- config Property Map
- Optional fields, such as help text and other useful info.
- dataType String
- The data type of the parameter.
- defaultValue Property Map
- Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
- isDeprecated Boolean
- If set, this entry is deprecated, so further use of this parameter should be prohibited.
- isOutput Boolean
- jsonSchema String
- If the data_type is JSON_VALUE, then this will define its schema.
- key String
- Key is used to retrieve the corresponding parameter value. This should be unique for a given task. These parameters must be predefined in the workflow definition.
- protoDef Property Map
- Populated if this represents a proto or proto array.
- required Boolean
- If set, the user must provide an input value for this parameter.
- validationRule Property Map
- Rule used to validate inputs (individual values and collection elements) for this parameter.
EnterpriseCrmFrontendsEventbusProtoParamSpecsMessageResponse        
EnterpriseCrmFrontendsEventbusProtoParameterEntryResponse       
- DataType string
- Explicitly getting the type of the parameter.
- Key string
- Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the workflow definition.
- Value
Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Frontends Eventbus Proto Parameter Value Type Response 
- Values for the defined keys. Each value can either be string, int, double or any proto message.
- DataType string
- Explicitly getting the type of the parameter.
- Key string
- Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the workflow definition.
- Value
EnterpriseCrm Frontends Eventbus Proto Parameter Value Type Response 
- Values for the defined keys. Each value can either be string, int, double or any proto message.
- dataType String
- Explicitly getting the type of the parameter.
- key String
- Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the workflow definition.
- value
EnterpriseCrm Frontends Eventbus Proto Parameter Value Type Response 
- Values for the defined keys. Each value can either be string, int, double or any proto message.
- dataType string
- Explicitly getting the type of the parameter.
- key string
- Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the workflow definition.
- value
EnterpriseCrm Frontends Eventbus Proto Parameter Value Type Response 
- Values for the defined keys. Each value can either be string, int, double or any proto message.
- data_type str
- Explicitly getting the type of the parameter.
- key str
- Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the workflow definition.
- value
EnterpriseCrm Frontends Eventbus Proto Parameter Value Type Response 
- Values for the defined keys. Each value can either be string, int, double or any proto message.
- dataType String
- Explicitly getting the type of the parameter.
- key String
- Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the workflow definition.
- value Property Map
- Values for the defined keys. Each value can either be string, int, double or any proto message.
EnterpriseCrmFrontendsEventbusProtoParameterValueTypeResponse        
- BooleanArray Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Frontends Eventbus Proto Boolean Parameter Array Response 
- BooleanValue bool
- DoubleArray Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Frontends Eventbus Proto Double Parameter Array Response 
- DoubleValue double
- IntArray Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Frontends Eventbus Proto Int Parameter Array Response 
- IntValue string
- JsonValue string
- ProtoArray Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Frontends Eventbus Proto Proto Parameter Array Response 
- ProtoValue Dictionary<string, string>
- SerializedObject Pulumi.Value Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Frontends Eventbus Proto Serialized Object Parameter Response 
- StringArray Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Frontends Eventbus Proto String Parameter Array Response 
- StringValue string
- BooleanArray EnterpriseCrm Frontends Eventbus Proto Boolean Parameter Array Response 
- BooleanValue bool
- DoubleArray EnterpriseCrm Frontends Eventbus Proto Double Parameter Array Response 
- DoubleValue float64
- IntArray EnterpriseCrm Frontends Eventbus Proto Int Parameter Array Response 
- IntValue string
- JsonValue string
- ProtoArray EnterpriseCrm Frontends Eventbus Proto Proto Parameter Array Response 
- ProtoValue map[string]string
- SerializedObject EnterpriseValue Crm Frontends Eventbus Proto Serialized Object Parameter Response 
- StringArray EnterpriseCrm Frontends Eventbus Proto String Parameter Array Response 
- StringValue string
- booleanArray EnterpriseCrm Frontends Eventbus Proto Boolean Parameter Array Response 
- booleanValue Boolean
- doubleArray EnterpriseCrm Frontends Eventbus Proto Double Parameter Array Response 
- doubleValue Double
- intArray EnterpriseCrm Frontends Eventbus Proto Int Parameter Array Response 
- intValue String
- jsonValue String
- protoArray EnterpriseCrm Frontends Eventbus Proto Proto Parameter Array Response 
- protoValue Map<String,String>
- serializedObject EnterpriseValue Crm Frontends Eventbus Proto Serialized Object Parameter Response 
- stringArray EnterpriseCrm Frontends Eventbus Proto String Parameter Array Response 
- stringValue String
- booleanArray EnterpriseCrm Frontends Eventbus Proto Boolean Parameter Array Response 
- booleanValue boolean
- doubleArray EnterpriseCrm Frontends Eventbus Proto Double Parameter Array Response 
- doubleValue number
- intArray EnterpriseCrm Frontends Eventbus Proto Int Parameter Array Response 
- intValue string
- jsonValue string
- protoArray EnterpriseCrm Frontends Eventbus Proto Proto Parameter Array Response 
- protoValue {[key: string]: string}
- serializedObject EnterpriseValue Crm Frontends Eventbus Proto Serialized Object Parameter Response 
- stringArray EnterpriseCrm Frontends Eventbus Proto String Parameter Array Response 
- stringValue string
- boolean_array EnterpriseCrm Frontends Eventbus Proto Boolean Parameter Array Response 
- boolean_value bool
- double_array EnterpriseCrm Frontends Eventbus Proto Double Parameter Array Response 
- double_value float
- int_array EnterpriseCrm Frontends Eventbus Proto Int Parameter Array Response 
- int_value str
- json_value str
- proto_array EnterpriseCrm Frontends Eventbus Proto Proto Parameter Array Response 
- proto_value Mapping[str, str]
- serialized_object_ Enterprisevalue Crm Frontends Eventbus Proto Serialized Object Parameter Response 
- string_array EnterpriseCrm Frontends Eventbus Proto String Parameter Array Response 
- string_value str
- booleanArray Property Map
- booleanValue Boolean
- doubleArray Property Map
- doubleValue Number
- intArray Property Map
- intValue String
- jsonValue String
- protoArray Property Map
- protoValue Map<String>
- serializedObject Property MapValue 
- stringArray Property Map
- stringValue String
EnterpriseCrmFrontendsEventbusProtoProtoParameterArrayResponse        
- ProtoValues List<ImmutableDictionary<string, string>> 
- ProtoValues []map[string]string
- protoValues List<Map<String,String>>
- protoValues {[key: string]: string}[]
- proto_values Sequence[Mapping[str, str]]
- protoValues List<Map<String>>
EnterpriseCrmFrontendsEventbusProtoRollbackStrategyResponse       
- Parameters
Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Frontends Eventbus Proto Event Parameters Response 
- Optional. The customized parameters the user can pass to this task.
- RollbackTask stringImplementation Class Name 
- This is the name of the task that needs to be executed upon rollback of this task.
- TaskNumbers List<string>To Rollback 
- These are the tasks numbers of the tasks whose rollback_strategy.rollback_task_implementation_class_nameneeds to be executed upon failure of this task.
- Parameters
EnterpriseCrm Frontends Eventbus Proto Event Parameters Response 
- Optional. The customized parameters the user can pass to this task.
- RollbackTask stringImplementation Class Name 
- This is the name of the task that needs to be executed upon rollback of this task.
- TaskNumbers []stringTo Rollback 
- These are the tasks numbers of the tasks whose rollback_strategy.rollback_task_implementation_class_nameneeds to be executed upon failure of this task.
- parameters
EnterpriseCrm Frontends Eventbus Proto Event Parameters Response 
- Optional. The customized parameters the user can pass to this task.
- rollbackTask StringImplementation Class Name 
- This is the name of the task that needs to be executed upon rollback of this task.
- taskNumbers List<String>To Rollback 
- These are the tasks numbers of the tasks whose rollback_strategy.rollback_task_implementation_class_nameneeds to be executed upon failure of this task.
- parameters
EnterpriseCrm Frontends Eventbus Proto Event Parameters Response 
- Optional. The customized parameters the user can pass to this task.
- rollbackTask stringImplementation Class Name 
- This is the name of the task that needs to be executed upon rollback of this task.
- taskNumbers string[]To Rollback 
- These are the tasks numbers of the tasks whose rollback_strategy.rollback_task_implementation_class_nameneeds to be executed upon failure of this task.
- parameters
EnterpriseCrm Frontends Eventbus Proto Event Parameters Response 
- Optional. The customized parameters the user can pass to this task.
- rollback_task_ strimplementation_ class_ name 
- This is the name of the task that needs to be executed upon rollback of this task.
- task_numbers_ Sequence[str]to_ rollback 
- These are the tasks numbers of the tasks whose rollback_strategy.rollback_task_implementation_class_nameneeds to be executed upon failure of this task.
- parameters Property Map
- Optional. The customized parameters the user can pass to this task.
- rollbackTask StringImplementation Class Name 
- This is the name of the task that needs to be executed upon rollback of this task.
- taskNumbers List<String>To Rollback 
- These are the tasks numbers of the tasks whose rollback_strategy.rollback_task_implementation_class_nameneeds to be executed upon failure of this task.
EnterpriseCrmFrontendsEventbusProtoSerializedObjectParameterResponse        
- ObjectValue string
- ObjectValue string
- objectValue String
- objectValue string
- object_value str
- objectValue String
EnterpriseCrmFrontendsEventbusProtoStringParameterArrayResponse        
- StringValues List<string>
- StringValues []string
- stringValues List<String>
- stringValues string[]
- string_values Sequence[str]
- stringValues List<String>
EnterpriseCrmFrontendsEventbusProtoTaskConfigResponse       
- AlertConfigs List<Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Task Alert Config Response> 
- Alert configurations on error rate, warning rate, number of runs, durations, etc.
- CreateTime string
- Auto-generated.
- CreatorEmail string
- The creator's email address. Auto-generated from the user's email.
- Description string
- User-provided description intended to give more business context about the task.
- DisableStrict boolType Validation 
- If this config contains a TypedTask, allow validation to succeed if an input is read from the output of another TypedTask whose output type is declared as a superclass of the requested input type. For instance, if the previous task declares an output of type Message, any task with this flag enabled will pass validation when attempting to read any proto Message type from the resultant Event parameter.
- ErrorCatcher stringId 
- Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
- ExternalTask stringType 
- FailurePolicy Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Failure Policy Response 
- Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for asynchronous calls to Eventbus alone (Post To Queue, Schedule etc.).
- IncomingEdge intCount 
- The number of edges leading into this TaskConfig.
- JsonValidation stringOption 
- If set, overrides the option configured in the Task implementation class.
- Label string
- User-provided label that is attached to this TaskConfig in the UI.
- LastModified stringTime 
- Auto-generated.
- NextTasks List<Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Next Task Response> 
- The set of tasks that are next in line to be executed as per the execution graph defined for the parent event, specified by event_config_id. Each of these next tasks are executed only if the condition associated with them evaluates to true.
- NextTasks stringExecution Policy 
- The policy dictating the execution of the next set of tasks for the current task.
- Parameters Dictionary<string, string>
- The customized parameters the user can pass to this task.
- Position
Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Coordinate Response 
- Optional. Informs the front-end application where to draw this task config on the UI.
- Precondition string
- Optional. Standard filter expression evaluated before execution. Independent of other conditions and tasks. Can be used to enable rollout. e.g. "rollout(5)" will only allow 5% of incoming traffic to task.
- PreconditionLabel string
- Optional. User-provided label that is attached to precondition in the UI.
- RollbackStrategy Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Frontends Eventbus Proto Rollback Strategy Response 
- Optional. Contains information about what needs to be done upon failure (either a permanent error or after it has been retried too many times).
- SuccessPolicy Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Success Policy Response 
- Determines what action to take upon successful task completion.
- SynchronousCall Pulumi.Failure Policy Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Failure Policy Response 
- Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for synchronous calls to Eventbus alone (Post).
- TaskEntity Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Frontends Eventbus Proto Task Entity Response 
- Copy of the task entity that this task config is an instance of.
- TaskExecution stringStrategy 
- The policy dictating the execution strategy of this task.
- TaskName string
- The name for the task.
- TaskNumber string
- REQUIRED: the identifier of this task within its parent event config, specified by the client. This should be unique among all the tasks belong to the same event config. We use this field as the identifier to find next tasks (via field next_tasks.task_number).
- TaskSpec string
- A string template that allows user to configure task parameters (with either literal default values or tokens which will be resolved at execution time) for the task. It will eventually replace the old "parameters" field.
- TaskTemplate stringName 
- Used to define task-template name if task is of type task-template
- TaskType string
- Defines the type of the task
- AlertConfigs []EnterpriseCrm Eventbus Proto Task Alert Config Response 
- Alert configurations on error rate, warning rate, number of runs, durations, etc.
- CreateTime string
- Auto-generated.
- CreatorEmail string
- The creator's email address. Auto-generated from the user's email.
- Description string
- User-provided description intended to give more business context about the task.
- DisableStrict boolType Validation 
- If this config contains a TypedTask, allow validation to succeed if an input is read from the output of another TypedTask whose output type is declared as a superclass of the requested input type. For instance, if the previous task declares an output of type Message, any task with this flag enabled will pass validation when attempting to read any proto Message type from the resultant Event parameter.
- ErrorCatcher stringId 
- Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
- ExternalTask stringType 
- FailurePolicy EnterpriseCrm Eventbus Proto Failure Policy Response 
- Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for asynchronous calls to Eventbus alone (Post To Queue, Schedule etc.).
- IncomingEdge intCount 
- The number of edges leading into this TaskConfig.
- JsonValidation stringOption 
- If set, overrides the option configured in the Task implementation class.
- Label string
- User-provided label that is attached to this TaskConfig in the UI.
- LastModified stringTime 
- Auto-generated.
- NextTasks []EnterpriseCrm Eventbus Proto Next Task Response 
- The set of tasks that are next in line to be executed as per the execution graph defined for the parent event, specified by event_config_id. Each of these next tasks are executed only if the condition associated with them evaluates to true.
- NextTasks stringExecution Policy 
- The policy dictating the execution of the next set of tasks for the current task.
- Parameters map[string]string
- The customized parameters the user can pass to this task.
- Position
EnterpriseCrm Eventbus Proto Coordinate Response 
- Optional. Informs the front-end application where to draw this task config on the UI.
- Precondition string
- Optional. Standard filter expression evaluated before execution. Independent of other conditions and tasks. Can be used to enable rollout. e.g. "rollout(5)" will only allow 5% of incoming traffic to task.
- PreconditionLabel string
- Optional. User-provided label that is attached to precondition in the UI.
- RollbackStrategy EnterpriseCrm Frontends Eventbus Proto Rollback Strategy Response 
- Optional. Contains information about what needs to be done upon failure (either a permanent error or after it has been retried too many times).
- SuccessPolicy EnterpriseCrm Eventbus Proto Success Policy Response 
- Determines what action to take upon successful task completion.
- SynchronousCall EnterpriseFailure Policy Crm Eventbus Proto Failure Policy Response 
- Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for synchronous calls to Eventbus alone (Post).
- TaskEntity EnterpriseCrm Frontends Eventbus Proto Task Entity Response 
- Copy of the task entity that this task config is an instance of.
- TaskExecution stringStrategy 
- The policy dictating the execution strategy of this task.
- TaskName string
- The name for the task.
- TaskNumber string
- REQUIRED: the identifier of this task within its parent event config, specified by the client. This should be unique among all the tasks belong to the same event config. We use this field as the identifier to find next tasks (via field next_tasks.task_number).
- TaskSpec string
- A string template that allows user to configure task parameters (with either literal default values or tokens which will be resolved at execution time) for the task. It will eventually replace the old "parameters" field.
- TaskTemplate stringName 
- Used to define task-template name if task is of type task-template
- TaskType string
- Defines the type of the task
- alertConfigs List<EnterpriseCrm Eventbus Proto Task Alert Config Response> 
- Alert configurations on error rate, warning rate, number of runs, durations, etc.
- createTime String
- Auto-generated.
- creatorEmail String
- The creator's email address. Auto-generated from the user's email.
- description String
- User-provided description intended to give more business context about the task.
- disableStrict BooleanType Validation 
- If this config contains a TypedTask, allow validation to succeed if an input is read from the output of another TypedTask whose output type is declared as a superclass of the requested input type. For instance, if the previous task declares an output of type Message, any task with this flag enabled will pass validation when attempting to read any proto Message type from the resultant Event parameter.
- errorCatcher StringId 
- Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
- externalTask StringType 
- failurePolicy EnterpriseCrm Eventbus Proto Failure Policy Response 
- Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for asynchronous calls to Eventbus alone (Post To Queue, Schedule etc.).
- incomingEdge IntegerCount 
- The number of edges leading into this TaskConfig.
- jsonValidation StringOption 
- If set, overrides the option configured in the Task implementation class.
- label String
- User-provided label that is attached to this TaskConfig in the UI.
- lastModified StringTime 
- Auto-generated.
- nextTasks List<EnterpriseCrm Eventbus Proto Next Task Response> 
- The set of tasks that are next in line to be executed as per the execution graph defined for the parent event, specified by event_config_id. Each of these next tasks are executed only if the condition associated with them evaluates to true.
- nextTasks StringExecution Policy 
- The policy dictating the execution of the next set of tasks for the current task.
- parameters Map<String,String>
- The customized parameters the user can pass to this task.
- position
EnterpriseCrm Eventbus Proto Coordinate Response 
- Optional. Informs the front-end application where to draw this task config on the UI.
- precondition String
- Optional. Standard filter expression evaluated before execution. Independent of other conditions and tasks. Can be used to enable rollout. e.g. "rollout(5)" will only allow 5% of incoming traffic to task.
- preconditionLabel String
- Optional. User-provided label that is attached to precondition in the UI.
- rollbackStrategy EnterpriseCrm Frontends Eventbus Proto Rollback Strategy Response 
- Optional. Contains information about what needs to be done upon failure (either a permanent error or after it has been retried too many times).
- successPolicy EnterpriseCrm Eventbus Proto Success Policy Response 
- Determines what action to take upon successful task completion.
- synchronousCall EnterpriseFailure Policy Crm Eventbus Proto Failure Policy Response 
- Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for synchronous calls to Eventbus alone (Post).
- taskEntity EnterpriseCrm Frontends Eventbus Proto Task Entity Response 
- Copy of the task entity that this task config is an instance of.
- taskExecution StringStrategy 
- The policy dictating the execution strategy of this task.
- taskName String
- The name for the task.
- taskNumber String
- REQUIRED: the identifier of this task within its parent event config, specified by the client. This should be unique among all the tasks belong to the same event config. We use this field as the identifier to find next tasks (via field next_tasks.task_number).
- taskSpec String
- A string template that allows user to configure task parameters (with either literal default values or tokens which will be resolved at execution time) for the task. It will eventually replace the old "parameters" field.
- taskTemplate StringName 
- Used to define task-template name if task is of type task-template
- taskType String
- Defines the type of the task
- alertConfigs EnterpriseCrm Eventbus Proto Task Alert Config Response[] 
- Alert configurations on error rate, warning rate, number of runs, durations, etc.
- createTime string
- Auto-generated.
- creatorEmail string
- The creator's email address. Auto-generated from the user's email.
- description string
- User-provided description intended to give more business context about the task.
- disableStrict booleanType Validation 
- If this config contains a TypedTask, allow validation to succeed if an input is read from the output of another TypedTask whose output type is declared as a superclass of the requested input type. For instance, if the previous task declares an output of type Message, any task with this flag enabled will pass validation when attempting to read any proto Message type from the resultant Event parameter.
- errorCatcher stringId 
- Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
- externalTask stringType 
- failurePolicy EnterpriseCrm Eventbus Proto Failure Policy Response 
- Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for asynchronous calls to Eventbus alone (Post To Queue, Schedule etc.).
- incomingEdge numberCount 
- The number of edges leading into this TaskConfig.
- jsonValidation stringOption 
- If set, overrides the option configured in the Task implementation class.
- label string
- User-provided label that is attached to this TaskConfig in the UI.
- lastModified stringTime 
- Auto-generated.
- nextTasks EnterpriseCrm Eventbus Proto Next Task Response[] 
- The set of tasks that are next in line to be executed as per the execution graph defined for the parent event, specified by event_config_id. Each of these next tasks are executed only if the condition associated with them evaluates to true.
- nextTasks stringExecution Policy 
- The policy dictating the execution of the next set of tasks for the current task.
- parameters {[key: string]: string}
- The customized parameters the user can pass to this task.
- position
EnterpriseCrm Eventbus Proto Coordinate Response 
- Optional. Informs the front-end application where to draw this task config on the UI.
- precondition string
- Optional. Standard filter expression evaluated before execution. Independent of other conditions and tasks. Can be used to enable rollout. e.g. "rollout(5)" will only allow 5% of incoming traffic to task.
- preconditionLabel string
- Optional. User-provided label that is attached to precondition in the UI.
- rollbackStrategy EnterpriseCrm Frontends Eventbus Proto Rollback Strategy Response 
- Optional. Contains information about what needs to be done upon failure (either a permanent error or after it has been retried too many times).
- successPolicy EnterpriseCrm Eventbus Proto Success Policy Response 
- Determines what action to take upon successful task completion.
- synchronousCall EnterpriseFailure Policy Crm Eventbus Proto Failure Policy Response 
- Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for synchronous calls to Eventbus alone (Post).
- taskEntity EnterpriseCrm Frontends Eventbus Proto Task Entity Response 
- Copy of the task entity that this task config is an instance of.
- taskExecution stringStrategy 
- The policy dictating the execution strategy of this task.
- taskName string
- The name for the task.
- taskNumber string
- REQUIRED: the identifier of this task within its parent event config, specified by the client. This should be unique among all the tasks belong to the same event config. We use this field as the identifier to find next tasks (via field next_tasks.task_number).
- taskSpec string
- A string template that allows user to configure task parameters (with either literal default values or tokens which will be resolved at execution time) for the task. It will eventually replace the old "parameters" field.
- taskTemplate stringName 
- Used to define task-template name if task is of type task-template
- taskType string
- Defines the type of the task
- alert_configs Sequence[EnterpriseCrm Eventbus Proto Task Alert Config Response] 
- Alert configurations on error rate, warning rate, number of runs, durations, etc.
- create_time str
- Auto-generated.
- creator_email str
- The creator's email address. Auto-generated from the user's email.
- description str
- User-provided description intended to give more business context about the task.
- disable_strict_ booltype_ validation 
- If this config contains a TypedTask, allow validation to succeed if an input is read from the output of another TypedTask whose output type is declared as a superclass of the requested input type. For instance, if the previous task declares an output of type Message, any task with this flag enabled will pass validation when attempting to read any proto Message type from the resultant Event parameter.
- error_catcher_ strid 
- Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
- external_task_ strtype 
- failure_policy EnterpriseCrm Eventbus Proto Failure Policy Response 
- Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for asynchronous calls to Eventbus alone (Post To Queue, Schedule etc.).
- incoming_edge_ intcount 
- The number of edges leading into this TaskConfig.
- json_validation_ stroption 
- If set, overrides the option configured in the Task implementation class.
- label str
- User-provided label that is attached to this TaskConfig in the UI.
- last_modified_ strtime 
- Auto-generated.
- next_tasks Sequence[EnterpriseCrm Eventbus Proto Next Task Response] 
- The set of tasks that are next in line to be executed as per the execution graph defined for the parent event, specified by event_config_id. Each of these next tasks are executed only if the condition associated with them evaluates to true.
- next_tasks_ strexecution_ policy 
- The policy dictating the execution of the next set of tasks for the current task.
- parameters Mapping[str, str]
- The customized parameters the user can pass to this task.
- position
EnterpriseCrm Eventbus Proto Coordinate Response 
- Optional. Informs the front-end application where to draw this task config on the UI.
- precondition str
- Optional. Standard filter expression evaluated before execution. Independent of other conditions and tasks. Can be used to enable rollout. e.g. "rollout(5)" will only allow 5% of incoming traffic to task.
- precondition_label str
- Optional. User-provided label that is attached to precondition in the UI.
- rollback_strategy EnterpriseCrm Frontends Eventbus Proto Rollback Strategy Response 
- Optional. Contains information about what needs to be done upon failure (either a permanent error or after it has been retried too many times).
- success_policy EnterpriseCrm Eventbus Proto Success Policy Response 
- Determines what action to take upon successful task completion.
- synchronous_call_ Enterprisefailure_ policy Crm Eventbus Proto Failure Policy Response 
- Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for synchronous calls to Eventbus alone (Post).
- task_entity EnterpriseCrm Frontends Eventbus Proto Task Entity Response 
- Copy of the task entity that this task config is an instance of.
- task_execution_ strstrategy 
- The policy dictating the execution strategy of this task.
- task_name str
- The name for the task.
- task_number str
- REQUIRED: the identifier of this task within its parent event config, specified by the client. This should be unique among all the tasks belong to the same event config. We use this field as the identifier to find next tasks (via field next_tasks.task_number).
- task_spec str
- A string template that allows user to configure task parameters (with either literal default values or tokens which will be resolved at execution time) for the task. It will eventually replace the old "parameters" field.
- task_template_ strname 
- Used to define task-template name if task is of type task-template
- task_type str
- Defines the type of the task
- alertConfigs List<Property Map>
- Alert configurations on error rate, warning rate, number of runs, durations, etc.
- createTime String
- Auto-generated.
- creatorEmail String
- The creator's email address. Auto-generated from the user's email.
- description String
- User-provided description intended to give more business context about the task.
- disableStrict BooleanType Validation 
- If this config contains a TypedTask, allow validation to succeed if an input is read from the output of another TypedTask whose output type is declared as a superclass of the requested input type. For instance, if the previous task declares an output of type Message, any task with this flag enabled will pass validation when attempting to read any proto Message type from the resultant Event parameter.
- errorCatcher StringId 
- Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
- externalTask StringType 
- failurePolicy Property Map
- Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for asynchronous calls to Eventbus alone (Post To Queue, Schedule etc.).
- incomingEdge NumberCount 
- The number of edges leading into this TaskConfig.
- jsonValidation StringOption 
- If set, overrides the option configured in the Task implementation class.
- label String
- User-provided label that is attached to this TaskConfig in the UI.
- lastModified StringTime 
- Auto-generated.
- nextTasks List<Property Map>
- The set of tasks that are next in line to be executed as per the execution graph defined for the parent event, specified by event_config_id. Each of these next tasks are executed only if the condition associated with them evaluates to true.
- nextTasks StringExecution Policy 
- The policy dictating the execution of the next set of tasks for the current task.
- parameters Map<String>
- The customized parameters the user can pass to this task.
- position Property Map
- Optional. Informs the front-end application where to draw this task config on the UI.
- precondition String
- Optional. Standard filter expression evaluated before execution. Independent of other conditions and tasks. Can be used to enable rollout. e.g. "rollout(5)" will only allow 5% of incoming traffic to task.
- preconditionLabel String
- Optional. User-provided label that is attached to precondition in the UI.
- rollbackStrategy Property Map
- Optional. Contains information about what needs to be done upon failure (either a permanent error or after it has been retried too many times).
- successPolicy Property Map
- Determines what action to take upon successful task completion.
- synchronousCall Property MapFailure Policy 
- Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for synchronous calls to Eventbus alone (Post).
- taskEntity Property Map
- Copy of the task entity that this task config is an instance of.
- taskExecution StringStrategy 
- The policy dictating the execution strategy of this task.
- taskName String
- The name for the task.
- taskNumber String
- REQUIRED: the identifier of this task within its parent event config, specified by the client. This should be unique among all the tasks belong to the same event config. We use this field as the identifier to find next tasks (via field next_tasks.task_number).
- taskSpec String
- A string template that allows user to configure task parameters (with either literal default values or tokens which will be resolved at execution time) for the task. It will eventually replace the old "parameters" field.
- taskTemplate StringName 
- Used to define task-template name if task is of type task-template
- taskType String
- Defines the type of the task
EnterpriseCrmFrontendsEventbusProtoTaskEntityResponse       
- DisabledFor boolVpc Sc 
- True if the task has conflict with vpcsc
- Metadata
Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Task Metadata Response 
- Metadata inclueds the task name, author and so on.
- ParamSpecs Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Frontends Eventbus Proto Param Specs Message Response 
- Declarations for inputs/outputs for a TypedTask. This is also associated with the METADATA mask.
- Stats
Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Stats Response 
- Deprecated - statistics from the Monarch query.
- TaskType string
- Defines the type of the task
- UiConfig Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Task Ui Config Response 
- UI configuration for this task Also associated with the METADATA mask.
- DisabledFor boolVpc Sc 
- True if the task has conflict with vpcsc
- Metadata
EnterpriseCrm Eventbus Proto Task Metadata Response 
- Metadata inclueds the task name, author and so on.
- ParamSpecs EnterpriseCrm Frontends Eventbus Proto Param Specs Message Response 
- Declarations for inputs/outputs for a TypedTask. This is also associated with the METADATA mask.
- Stats
EnterpriseCrm Eventbus Stats Response 
- Deprecated - statistics from the Monarch query.
- TaskType string
- Defines the type of the task
- UiConfig EnterpriseCrm Eventbus Proto Task Ui Config Response 
- UI configuration for this task Also associated with the METADATA mask.
- disabledFor BooleanVpc Sc 
- True if the task has conflict with vpcsc
- metadata
EnterpriseCrm Eventbus Proto Task Metadata Response 
- Metadata inclueds the task name, author and so on.
- paramSpecs EnterpriseCrm Frontends Eventbus Proto Param Specs Message Response 
- Declarations for inputs/outputs for a TypedTask. This is also associated with the METADATA mask.
- stats
EnterpriseCrm Eventbus Stats Response 
- Deprecated - statistics from the Monarch query.
- taskType String
- Defines the type of the task
- uiConfig EnterpriseCrm Eventbus Proto Task Ui Config Response 
- UI configuration for this task Also associated with the METADATA mask.
- disabledFor booleanVpc Sc 
- True if the task has conflict with vpcsc
- metadata
EnterpriseCrm Eventbus Proto Task Metadata Response 
- Metadata inclueds the task name, author and so on.
- paramSpecs EnterpriseCrm Frontends Eventbus Proto Param Specs Message Response 
- Declarations for inputs/outputs for a TypedTask. This is also associated with the METADATA mask.
- stats
EnterpriseCrm Eventbus Stats Response 
- Deprecated - statistics from the Monarch query.
- taskType string
- Defines the type of the task
- uiConfig EnterpriseCrm Eventbus Proto Task Ui Config Response 
- UI configuration for this task Also associated with the METADATA mask.
- disabled_for_ boolvpc_ sc 
- True if the task has conflict with vpcsc
- metadata
EnterpriseCrm Eventbus Proto Task Metadata Response 
- Metadata inclueds the task name, author and so on.
- param_specs EnterpriseCrm Frontends Eventbus Proto Param Specs Message Response 
- Declarations for inputs/outputs for a TypedTask. This is also associated with the METADATA mask.
- stats
EnterpriseCrm Eventbus Stats Response 
- Deprecated - statistics from the Monarch query.
- task_type str
- Defines the type of the task
- ui_config EnterpriseCrm Eventbus Proto Task Ui Config Response 
- UI configuration for this task Also associated with the METADATA mask.
- disabledFor BooleanVpc Sc 
- True if the task has conflict with vpcsc
- metadata Property Map
- Metadata inclueds the task name, author and so on.
- paramSpecs Property Map
- Declarations for inputs/outputs for a TypedTask. This is also associated with the METADATA mask.
- stats Property Map
- Deprecated - statistics from the Monarch query.
- taskType String
- Defines the type of the task
- uiConfig Property Map
- UI configuration for this task Also associated with the METADATA mask.
EnterpriseCrmFrontendsEventbusProtoTriggerConfigResponse       
- AlertConfig List<Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Workflow Alert Config Response> 
- An alert threshold configuration for the [trigger + client + workflow] tuple. If these values are not specified in the trigger config, default values will be populated by the system. Note that there must be exactly one alert threshold configured per [client + trigger + workflow] when published.
- CloudScheduler Pulumi.Config Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Cloud Scheduler Config Response 
- Description string
- User-provided description intended to give more business context about the task.
- EnabledClients List<string>
- The list of client ids which are enabled to execute the workflow using this trigger. In other words, these clients have the workflow execution privledges for this trigger. For API trigger, the client id in the incoming request is validated against the list of enabled clients. For non-API triggers, one workflow execution is triggered on behalf of each enabled client.
- ErrorCatcher stringId 
- Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
- Label string
- The user created label for a particular trigger.
- NextTasks stringExecution Policy 
- Dictates how next tasks will be executed.
- PauseWorkflow boolExecutions 
- Optional. If set to true, any upcoming requests for this trigger config will be paused and the executions will be resumed later when the flag is reset. The workflow to which this trigger config belongs has to be in ACTIVE status for the executions to be paused or resumed.
- Position
Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Coordinate Response 
- Optional. Informs the front-end application where to draw this trigger config on the UI.
- Properties Dictionary<string, string>
- Configurable properties of the trigger, not to be confused with workflow parameters. E.g. "name" is a property for API triggers and "subscription" is a property for Cloud Pubsub triggers.
- StartTasks List<Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Next Task Response> 
- Set of tasks numbers from where the workflow execution is started by this trigger. If this is empty, then workflow is executed with default start tasks. In the list of start tasks, none of two tasks can have direct ancestor-descendant relationships (i.e. in a same workflow execution graph).
- TriggerCriteria Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Trigger Criteria Response 
- Optional. When set, Eventbus will run the task specified in the trigger_criteria and validate the result using the trigger_criteria.condition, and only execute the workflow when result is true.
- TriggerId string
- The backend trigger ID.
- TriggerName string
- Optional. Name of the trigger This is added to identify the type of trigger. This is avoid the logic on triggerId to identify the trigger_type and push the same to monitoring.
- TriggerNumber string
- A number to uniquely identify each trigger config within the workflow on UI.
- TriggerType string
- AlertConfig []EnterpriseCrm Eventbus Proto Workflow Alert Config Response 
- An alert threshold configuration for the [trigger + client + workflow] tuple. If these values are not specified in the trigger config, default values will be populated by the system. Note that there must be exactly one alert threshold configured per [client + trigger + workflow] when published.
- CloudScheduler EnterpriseConfig Crm Eventbus Proto Cloud Scheduler Config Response 
- Description string
- User-provided description intended to give more business context about the task.
- EnabledClients []string
- The list of client ids which are enabled to execute the workflow using this trigger. In other words, these clients have the workflow execution privledges for this trigger. For API trigger, the client id in the incoming request is validated against the list of enabled clients. For non-API triggers, one workflow execution is triggered on behalf of each enabled client.
- ErrorCatcher stringId 
- Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
- Label string
- The user created label for a particular trigger.
- NextTasks stringExecution Policy 
- Dictates how next tasks will be executed.
- PauseWorkflow boolExecutions 
- Optional. If set to true, any upcoming requests for this trigger config will be paused and the executions will be resumed later when the flag is reset. The workflow to which this trigger config belongs has to be in ACTIVE status for the executions to be paused or resumed.
- Position
EnterpriseCrm Eventbus Proto Coordinate Response 
- Optional. Informs the front-end application where to draw this trigger config on the UI.
- Properties map[string]string
- Configurable properties of the trigger, not to be confused with workflow parameters. E.g. "name" is a property for API triggers and "subscription" is a property for Cloud Pubsub triggers.
- StartTasks []EnterpriseCrm Eventbus Proto Next Task Response 
- Set of tasks numbers from where the workflow execution is started by this trigger. If this is empty, then workflow is executed with default start tasks. In the list of start tasks, none of two tasks can have direct ancestor-descendant relationships (i.e. in a same workflow execution graph).
- TriggerCriteria EnterpriseCrm Eventbus Proto Trigger Criteria Response 
- Optional. When set, Eventbus will run the task specified in the trigger_criteria and validate the result using the trigger_criteria.condition, and only execute the workflow when result is true.
- TriggerId string
- The backend trigger ID.
- TriggerName string
- Optional. Name of the trigger This is added to identify the type of trigger. This is avoid the logic on triggerId to identify the trigger_type and push the same to monitoring.
- TriggerNumber string
- A number to uniquely identify each trigger config within the workflow on UI.
- TriggerType string
- alertConfig List<EnterpriseCrm Eventbus Proto Workflow Alert Config Response> 
- An alert threshold configuration for the [trigger + client + workflow] tuple. If these values are not specified in the trigger config, default values will be populated by the system. Note that there must be exactly one alert threshold configured per [client + trigger + workflow] when published.
- cloudScheduler EnterpriseConfig Crm Eventbus Proto Cloud Scheduler Config Response 
- description String
- User-provided description intended to give more business context about the task.
- enabledClients List<String>
- The list of client ids which are enabled to execute the workflow using this trigger. In other words, these clients have the workflow execution privledges for this trigger. For API trigger, the client id in the incoming request is validated against the list of enabled clients. For non-API triggers, one workflow execution is triggered on behalf of each enabled client.
- errorCatcher StringId 
- Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
- label String
- The user created label for a particular trigger.
- nextTasks StringExecution Policy 
- Dictates how next tasks will be executed.
- pauseWorkflow BooleanExecutions 
- Optional. If set to true, any upcoming requests for this trigger config will be paused and the executions will be resumed later when the flag is reset. The workflow to which this trigger config belongs has to be in ACTIVE status for the executions to be paused or resumed.
- position
EnterpriseCrm Eventbus Proto Coordinate Response 
- Optional. Informs the front-end application where to draw this trigger config on the UI.
- properties Map<String,String>
- Configurable properties of the trigger, not to be confused with workflow parameters. E.g. "name" is a property for API triggers and "subscription" is a property for Cloud Pubsub triggers.
- startTasks List<EnterpriseCrm Eventbus Proto Next Task Response> 
- Set of tasks numbers from where the workflow execution is started by this trigger. If this is empty, then workflow is executed with default start tasks. In the list of start tasks, none of two tasks can have direct ancestor-descendant relationships (i.e. in a same workflow execution graph).
- triggerCriteria EnterpriseCrm Eventbus Proto Trigger Criteria Response 
- Optional. When set, Eventbus will run the task specified in the trigger_criteria and validate the result using the trigger_criteria.condition, and only execute the workflow when result is true.
- triggerId String
- The backend trigger ID.
- triggerName String
- Optional. Name of the trigger This is added to identify the type of trigger. This is avoid the logic on triggerId to identify the trigger_type and push the same to monitoring.
- triggerNumber String
- A number to uniquely identify each trigger config within the workflow on UI.
- triggerType String
- alertConfig EnterpriseCrm Eventbus Proto Workflow Alert Config Response[] 
- An alert threshold configuration for the [trigger + client + workflow] tuple. If these values are not specified in the trigger config, default values will be populated by the system. Note that there must be exactly one alert threshold configured per [client + trigger + workflow] when published.
- cloudScheduler EnterpriseConfig Crm Eventbus Proto Cloud Scheduler Config Response 
- description string
- User-provided description intended to give more business context about the task.
- enabledClients string[]
- The list of client ids which are enabled to execute the workflow using this trigger. In other words, these clients have the workflow execution privledges for this trigger. For API trigger, the client id in the incoming request is validated against the list of enabled clients. For non-API triggers, one workflow execution is triggered on behalf of each enabled client.
- errorCatcher stringId 
- Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
- label string
- The user created label for a particular trigger.
- nextTasks stringExecution Policy 
- Dictates how next tasks will be executed.
- pauseWorkflow booleanExecutions 
- Optional. If set to true, any upcoming requests for this trigger config will be paused and the executions will be resumed later when the flag is reset. The workflow to which this trigger config belongs has to be in ACTIVE status for the executions to be paused or resumed.
- position
EnterpriseCrm Eventbus Proto Coordinate Response 
- Optional. Informs the front-end application where to draw this trigger config on the UI.
- properties {[key: string]: string}
- Configurable properties of the trigger, not to be confused with workflow parameters. E.g. "name" is a property for API triggers and "subscription" is a property for Cloud Pubsub triggers.
- startTasks EnterpriseCrm Eventbus Proto Next Task Response[] 
- Set of tasks numbers from where the workflow execution is started by this trigger. If this is empty, then workflow is executed with default start tasks. In the list of start tasks, none of two tasks can have direct ancestor-descendant relationships (i.e. in a same workflow execution graph).
- triggerCriteria EnterpriseCrm Eventbus Proto Trigger Criteria Response 
- Optional. When set, Eventbus will run the task specified in the trigger_criteria and validate the result using the trigger_criteria.condition, and only execute the workflow when result is true.
- triggerId string
- The backend trigger ID.
- triggerName string
- Optional. Name of the trigger This is added to identify the type of trigger. This is avoid the logic on triggerId to identify the trigger_type and push the same to monitoring.
- triggerNumber string
- A number to uniquely identify each trigger config within the workflow on UI.
- triggerType string
- alert_config Sequence[EnterpriseCrm Eventbus Proto Workflow Alert Config Response] 
- An alert threshold configuration for the [trigger + client + workflow] tuple. If these values are not specified in the trigger config, default values will be populated by the system. Note that there must be exactly one alert threshold configured per [client + trigger + workflow] when published.
- cloud_scheduler_ Enterpriseconfig Crm Eventbus Proto Cloud Scheduler Config Response 
- description str
- User-provided description intended to give more business context about the task.
- enabled_clients Sequence[str]
- The list of client ids which are enabled to execute the workflow using this trigger. In other words, these clients have the workflow execution privledges for this trigger. For API trigger, the client id in the incoming request is validated against the list of enabled clients. For non-API triggers, one workflow execution is triggered on behalf of each enabled client.
- error_catcher_ strid 
- Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
- label str
- The user created label for a particular trigger.
- next_tasks_ strexecution_ policy 
- Dictates how next tasks will be executed.
- pause_workflow_ boolexecutions 
- Optional. If set to true, any upcoming requests for this trigger config will be paused and the executions will be resumed later when the flag is reset. The workflow to which this trigger config belongs has to be in ACTIVE status for the executions to be paused or resumed.
- position
EnterpriseCrm Eventbus Proto Coordinate Response 
- Optional. Informs the front-end application where to draw this trigger config on the UI.
- properties Mapping[str, str]
- Configurable properties of the trigger, not to be confused with workflow parameters. E.g. "name" is a property for API triggers and "subscription" is a property for Cloud Pubsub triggers.
- start_tasks Sequence[EnterpriseCrm Eventbus Proto Next Task Response] 
- Set of tasks numbers from where the workflow execution is started by this trigger. If this is empty, then workflow is executed with default start tasks. In the list of start tasks, none of two tasks can have direct ancestor-descendant relationships (i.e. in a same workflow execution graph).
- trigger_criteria EnterpriseCrm Eventbus Proto Trigger Criteria Response 
- Optional. When set, Eventbus will run the task specified in the trigger_criteria and validate the result using the trigger_criteria.condition, and only execute the workflow when result is true.
- trigger_id str
- The backend trigger ID.
- trigger_name str
- Optional. Name of the trigger This is added to identify the type of trigger. This is avoid the logic on triggerId to identify the trigger_type and push the same to monitoring.
- trigger_number str
- A number to uniquely identify each trigger config within the workflow on UI.
- trigger_type str
- alertConfig List<Property Map>
- An alert threshold configuration for the [trigger + client + workflow] tuple. If these values are not specified in the trigger config, default values will be populated by the system. Note that there must be exactly one alert threshold configured per [client + trigger + workflow] when published.
- cloudScheduler Property MapConfig 
- description String
- User-provided description intended to give more business context about the task.
- enabledClients List<String>
- The list of client ids which are enabled to execute the workflow using this trigger. In other words, these clients have the workflow execution privledges for this trigger. For API trigger, the client id in the incoming request is validated against the list of enabled clients. For non-API triggers, one workflow execution is triggered on behalf of each enabled client.
- errorCatcher StringId 
- Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
- label String
- The user created label for a particular trigger.
- nextTasks StringExecution Policy 
- Dictates how next tasks will be executed.
- pauseWorkflow BooleanExecutions 
- Optional. If set to true, any upcoming requests for this trigger config will be paused and the executions will be resumed later when the flag is reset. The workflow to which this trigger config belongs has to be in ACTIVE status for the executions to be paused or resumed.
- position Property Map
- Optional. Informs the front-end application where to draw this trigger config on the UI.
- properties Map<String>
- Configurable properties of the trigger, not to be confused with workflow parameters. E.g. "name" is a property for API triggers and "subscription" is a property for Cloud Pubsub triggers.
- startTasks List<Property Map>
- Set of tasks numbers from where the workflow execution is started by this trigger. If this is empty, then workflow is executed with default start tasks. In the list of start tasks, none of two tasks can have direct ancestor-descendant relationships (i.e. in a same workflow execution graph).
- triggerCriteria Property Map
- Optional. When set, Eventbus will run the task specified in the trigger_criteria and validate the result using the trigger_criteria.condition, and only execute the workflow when result is true.
- triggerId String
- The backend trigger ID.
- triggerName String
- Optional. Name of the trigger This is added to identify the type of trigger. This is avoid the logic on triggerId to identify the trigger_type and push the same to monitoring.
- triggerNumber String
- A number to uniquely identify each trigger config within the workflow on UI.
- triggerType String
EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntryResponse        
- Attributes
Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Attributes Response 
- Metadata information about the parameters.
- Children
List<Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Frontends Eventbus Proto Workflow Parameter Entry Response> 
- Child parameters nested within this parameter. This field only applies to protobuf parameters
- DataType string
- The data type of the parameter.
- DefaultValue Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Frontends Eventbus Proto Parameter Value Type Response 
- Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
- Description string
- Optional. The description about the parameter
- InOut stringType 
- Specifies the input/output type for the parameter.
- IsTransient bool
- Whether this parameter is a transient parameter.
- JsonSchema string
- This schema will be used to validate runtime JSON-typed values of this parameter.
- Key string
- Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the workflow definition.
- Name string
- The name (without prefix) to be displayed in the UI for this parameter. E.g. if the key is "foo.bar.myName", then the name would be "myName".
- ProducedBy Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Eventbus Proto Node Identifier Response 
- The identifier of the node (TaskConfig/TriggerConfig) this parameter was produced by, if it is a transient param or a copy of an input param.
- Producer string
- ProtoDef stringName 
- The name of the protobuf type if the parameter has a protobuf data type.
- ProtoDef stringPath 
- If the data type is of type proto or proto array, this field needs to be populated with the fully qualified proto name. This message, for example, would be "enterprise.crm.frontends.eventbus.proto.WorkflowParameterEntry".
- Attributes
EnterpriseCrm Eventbus Proto Attributes Response 
- Metadata information about the parameters.
- Children
[]EnterpriseCrm Frontends Eventbus Proto Workflow Parameter Entry Response 
- Child parameters nested within this parameter. This field only applies to protobuf parameters
- DataType string
- The data type of the parameter.
- DefaultValue EnterpriseCrm Frontends Eventbus Proto Parameter Value Type Response 
- Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
- Description string
- Optional. The description about the parameter
- InOut stringType 
- Specifies the input/output type for the parameter.
- IsTransient bool
- Whether this parameter is a transient parameter.
- JsonSchema string
- This schema will be used to validate runtime JSON-typed values of this parameter.
- Key string
- Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the workflow definition.
- Name string
- The name (without prefix) to be displayed in the UI for this parameter. E.g. if the key is "foo.bar.myName", then the name would be "myName".
- ProducedBy EnterpriseCrm Eventbus Proto Node Identifier Response 
- The identifier of the node (TaskConfig/TriggerConfig) this parameter was produced by, if it is a transient param or a copy of an input param.
- Producer string
- ProtoDef stringName 
- The name of the protobuf type if the parameter has a protobuf data type.
- ProtoDef stringPath 
- If the data type is of type proto or proto array, this field needs to be populated with the fully qualified proto name. This message, for example, would be "enterprise.crm.frontends.eventbus.proto.WorkflowParameterEntry".
- attributes
EnterpriseCrm Eventbus Proto Attributes Response 
- Metadata information about the parameters.
- children
List<EnterpriseCrm Frontends Eventbus Proto Workflow Parameter Entry Response> 
- Child parameters nested within this parameter. This field only applies to protobuf parameters
- dataType String
- The data type of the parameter.
- defaultValue EnterpriseCrm Frontends Eventbus Proto Parameter Value Type Response 
- Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
- description String
- Optional. The description about the parameter
- inOut StringType 
- Specifies the input/output type for the parameter.
- isTransient Boolean
- Whether this parameter is a transient parameter.
- jsonSchema String
- This schema will be used to validate runtime JSON-typed values of this parameter.
- key String
- Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the workflow definition.
- name String
- The name (without prefix) to be displayed in the UI for this parameter. E.g. if the key is "foo.bar.myName", then the name would be "myName".
- producedBy EnterpriseCrm Eventbus Proto Node Identifier Response 
- The identifier of the node (TaskConfig/TriggerConfig) this parameter was produced by, if it is a transient param or a copy of an input param.
- producer String
- protoDef StringName 
- The name of the protobuf type if the parameter has a protobuf data type.
- protoDef StringPath 
- If the data type is of type proto or proto array, this field needs to be populated with the fully qualified proto name. This message, for example, would be "enterprise.crm.frontends.eventbus.proto.WorkflowParameterEntry".
- attributes
EnterpriseCrm Eventbus Proto Attributes Response 
- Metadata information about the parameters.
- children
EnterpriseCrm Frontends Eventbus Proto Workflow Parameter Entry Response[] 
- Child parameters nested within this parameter. This field only applies to protobuf parameters
- dataType string
- The data type of the parameter.
- defaultValue EnterpriseCrm Frontends Eventbus Proto Parameter Value Type Response 
- Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
- description string
- Optional. The description about the parameter
- inOut stringType 
- Specifies the input/output type for the parameter.
- isTransient boolean
- Whether this parameter is a transient parameter.
- jsonSchema string
- This schema will be used to validate runtime JSON-typed values of this parameter.
- key string
- Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the workflow definition.
- name string
- The name (without prefix) to be displayed in the UI for this parameter. E.g. if the key is "foo.bar.myName", then the name would be "myName".
- producedBy EnterpriseCrm Eventbus Proto Node Identifier Response 
- The identifier of the node (TaskConfig/TriggerConfig) this parameter was produced by, if it is a transient param or a copy of an input param.
- producer string
- protoDef stringName 
- The name of the protobuf type if the parameter has a protobuf data type.
- protoDef stringPath 
- If the data type is of type proto or proto array, this field needs to be populated with the fully qualified proto name. This message, for example, would be "enterprise.crm.frontends.eventbus.proto.WorkflowParameterEntry".
- attributes
EnterpriseCrm Eventbus Proto Attributes Response 
- Metadata information about the parameters.
- children
Sequence[EnterpriseCrm Frontends Eventbus Proto Workflow Parameter Entry Response] 
- Child parameters nested within this parameter. This field only applies to protobuf parameters
- data_type str
- The data type of the parameter.
- default_value EnterpriseCrm Frontends Eventbus Proto Parameter Value Type Response 
- Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
- description str
- Optional. The description about the parameter
- in_out_ strtype 
- Specifies the input/output type for the parameter.
- is_transient bool
- Whether this parameter is a transient parameter.
- json_schema str
- This schema will be used to validate runtime JSON-typed values of this parameter.
- key str
- Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the workflow definition.
- name str
- The name (without prefix) to be displayed in the UI for this parameter. E.g. if the key is "foo.bar.myName", then the name would be "myName".
- produced_by EnterpriseCrm Eventbus Proto Node Identifier Response 
- The identifier of the node (TaskConfig/TriggerConfig) this parameter was produced by, if it is a transient param or a copy of an input param.
- producer str
- proto_def_ strname 
- The name of the protobuf type if the parameter has a protobuf data type.
- proto_def_ strpath 
- If the data type is of type proto or proto array, this field needs to be populated with the fully qualified proto name. This message, for example, would be "enterprise.crm.frontends.eventbus.proto.WorkflowParameterEntry".
- attributes Property Map
- Metadata information about the parameters.
- children List<Property Map>
- Child parameters nested within this parameter. This field only applies to protobuf parameters
- dataType String
- The data type of the parameter.
- defaultValue Property Map
- Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
- description String
- Optional. The description about the parameter
- inOut StringType 
- Specifies the input/output type for the parameter.
- isTransient Boolean
- Whether this parameter is a transient parameter.
- jsonSchema String
- This schema will be used to validate runtime JSON-typed values of this parameter.
- key String
- Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the workflow definition.
- name String
- The name (without prefix) to be displayed in the UI for this parameter. E.g. if the key is "foo.bar.myName", then the name would be "myName".
- producedBy Property Map
- The identifier of the node (TaskConfig/TriggerConfig) this parameter was produced by, if it is a transient param or a copy of an input param.
- producer String
- protoDef StringName 
- The name of the protobuf type if the parameter has a protobuf data type.
- protoDef StringPath 
- If the data type is of type proto or proto array, this field needs to be populated with the fully qualified proto name. This message, for example, would be "enterprise.crm.frontends.eventbus.proto.WorkflowParameterEntry".
EnterpriseCrmFrontendsEventbusProtoWorkflowParametersResponse       
- Parameters
List<Pulumi.Google Native. Integrations. V1Alpha. Inputs. Enterprise Crm Frontends Eventbus Proto Workflow Parameter Entry Response> 
- Parameters are a part of Event and can be used to communiticate between different tasks that are part of the same workflow execution.
- Parameters
[]EnterpriseCrm Frontends Eventbus Proto Workflow Parameter Entry Response 
- Parameters are a part of Event and can be used to communiticate between different tasks that are part of the same workflow execution.
- parameters
List<EnterpriseCrm Frontends Eventbus Proto Workflow Parameter Entry Response> 
- Parameters are a part of Event and can be used to communiticate between different tasks that are part of the same workflow execution.
- parameters
EnterpriseCrm Frontends Eventbus Proto Workflow Parameter Entry Response[] 
- Parameters are a part of Event and can be used to communiticate between different tasks that are part of the same workflow execution.
- parameters
Sequence[EnterpriseCrm Frontends Eventbus Proto Workflow Parameter Entry Response] 
- Parameters are a part of Event and can be used to communiticate between different tasks that are part of the same workflow execution.
- parameters List<Property Map>
- Parameters are a part of Event and can be used to communiticate between different tasks that are part of the same workflow execution.
EnterpriseCrmLoggingGwsFieldLimitsResponse      
- LogAction string
- LogType List<string>
- To which type(s) of logs the limits apply.
- MaxArray intSize 
- maximum array size. If the array exceds this size, the field (list) is truncated.
- MaxString intLength 
- maximum string length. If the field exceeds this amount the field is shortened.
- ShortenerType string
- LogAction string
- LogType []string
- To which type(s) of logs the limits apply.
- MaxArray intSize 
- maximum array size. If the array exceds this size, the field (list) is truncated.
- MaxString intLength 
- maximum string length. If the field exceeds this amount the field is shortened.
- ShortenerType string
- logAction String
- logType List<String>
- To which type(s) of logs the limits apply.
- maxArray IntegerSize 
- maximum array size. If the array exceds this size, the field (list) is truncated.
- maxString IntegerLength 
- maximum string length. If the field exceeds this amount the field is shortened.
- shortenerType String
- logAction string
- logType string[]
- To which type(s) of logs the limits apply.
- maxArray numberSize 
- maximum array size. If the array exceds this size, the field (list) is truncated.
- maxString numberLength 
- maximum string length. If the field exceeds this amount the field is shortened.
- shortenerType string
- log_action str
- log_type Sequence[str]
- To which type(s) of logs the limits apply.
- max_array_ intsize 
- maximum array size. If the array exceds this size, the field (list) is truncated.
- max_string_ intlength 
- maximum string length. If the field exceeds this amount the field is shortened.
- shortener_type str
- logAction String
- logType List<String>
- To which type(s) of logs the limits apply.
- maxArray NumberSize 
- maximum array size. If the array exceds this size, the field (list) is truncated.
- maxString NumberLength 
- maximum string length. If the field exceeds this amount the field is shortened.
- shortenerType String
EnterpriseCrmLoggingGwsSanitizeOptionsResponse      
- IsAlready boolSanitized 
- If true, the value has already been sanitized and needs no further sanitization. For instance, a D3 customer id is already an obfuscated entity and might not need further sanitization.
- LogType List<string>
- To which type(s) of logs the sanitize options apply.
- Privacy string
- SanitizeType string
- IsAlready boolSanitized 
- If true, the value has already been sanitized and needs no further sanitization. For instance, a D3 customer id is already an obfuscated entity and might not need further sanitization.
- LogType []string
- To which type(s) of logs the sanitize options apply.
- Privacy string
- SanitizeType string
- isAlready BooleanSanitized 
- If true, the value has already been sanitized and needs no further sanitization. For instance, a D3 customer id is already an obfuscated entity and might not need further sanitization.
- logType List<String>
- To which type(s) of logs the sanitize options apply.
- privacy String
- sanitizeType String
- isAlready booleanSanitized 
- If true, the value has already been sanitized and needs no further sanitization. For instance, a D3 customer id is already an obfuscated entity and might not need further sanitization.
- logType string[]
- To which type(s) of logs the sanitize options apply.
- privacy string
- sanitizeType string
- is_already_ boolsanitized 
- If true, the value has already been sanitized and needs no further sanitization. For instance, a D3 customer id is already an obfuscated entity and might not need further sanitization.
- log_type Sequence[str]
- To which type(s) of logs the sanitize options apply.
- privacy str
- sanitize_type str
- isAlready BooleanSanitized 
- If true, the value has already been sanitized and needs no further sanitization. For instance, a D3 customer id is already an obfuscated entity and might not need further sanitization.
- logType List<String>
- To which type(s) of logs the sanitize options apply.
- privacy String
- sanitizeType String
GoogleCloudIntegrationsV1alphaBooleanParameterArrayResponse       
- BooleanValues List<bool>
- Boolean array.
- BooleanValues []bool
- Boolean array.
- booleanValues List<Boolean>
- Boolean array.
- booleanValues boolean[]
- Boolean array.
- boolean_values Sequence[bool]
- Boolean array.
- booleanValues List<Boolean>
- Boolean array.
GoogleCloudIntegrationsV1alphaCloudLoggingDetailsResponse       
- CloudLogging stringSeverity 
- Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
- EnableCloud boolLogging 
- Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
- CloudLogging stringSeverity 
- Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
- EnableCloud boolLogging 
- Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
- cloudLogging StringSeverity 
- Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
- enableCloud BooleanLogging 
- Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
- cloudLogging stringSeverity 
- Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
- enableCloud booleanLogging 
- Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
- cloud_logging_ strseverity 
- Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
- enable_cloud_ boollogging 
- Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
- cloudLogging StringSeverity 
- Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
- enableCloud BooleanLogging 
- Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
GoogleCloudIntegrationsV1alphaCloudSchedulerConfigResponse       
- CronTab string
- The cron tab of cloud scheduler trigger.
- ErrorMessage string
- Optional. When the job was deleted from Pantheon UI, error_message will be populated when Get/List integrations
- Location string
- The location where associated cloud scheduler job will be created
- ServiceAccount stringEmail 
- Service account used by Cloud Scheduler to trigger the integration at scheduled time
- CronTab string
- The cron tab of cloud scheduler trigger.
- ErrorMessage string
- Optional. When the job was deleted from Pantheon UI, error_message will be populated when Get/List integrations
- Location string
- The location where associated cloud scheduler job will be created
- ServiceAccount stringEmail 
- Service account used by Cloud Scheduler to trigger the integration at scheduled time
- cronTab String
- The cron tab of cloud scheduler trigger.
- errorMessage String
- Optional. When the job was deleted from Pantheon UI, error_message will be populated when Get/List integrations
- location String
- The location where associated cloud scheduler job will be created
- serviceAccount StringEmail 
- Service account used by Cloud Scheduler to trigger the integration at scheduled time
- cronTab string
- The cron tab of cloud scheduler trigger.
- errorMessage string
- Optional. When the job was deleted from Pantheon UI, error_message will be populated when Get/List integrations
- location string
- The location where associated cloud scheduler job will be created
- serviceAccount stringEmail 
- Service account used by Cloud Scheduler to trigger the integration at scheduled time
- cron_tab str
- The cron tab of cloud scheduler trigger.
- error_message str
- Optional. When the job was deleted from Pantheon UI, error_message will be populated when Get/List integrations
- location str
- The location where associated cloud scheduler job will be created
- service_account_ stremail 
- Service account used by Cloud Scheduler to trigger the integration at scheduled time
- cronTab String
- The cron tab of cloud scheduler trigger.
- errorMessage String
- Optional. When the job was deleted from Pantheon UI, error_message will be populated when Get/List integrations
- location String
- The location where associated cloud scheduler job will be created
- serviceAccount StringEmail 
- Service account used by Cloud Scheduler to trigger the integration at scheduled time
GoogleCloudIntegrationsV1alphaCoordinateResponse     
GoogleCloudIntegrationsV1alphaDoubleParameterArrayResponse       
- DoubleValues List<double>
- Double number array.
- DoubleValues []float64
- Double number array.
- doubleValues List<Double>
- Double number array.
- doubleValues number[]
- Double number array.
- double_values Sequence[float]
- Double number array.
- doubleValues List<Number>
- Double number array.
GoogleCloudIntegrationsV1alphaErrorCatcherConfigResponse       
- Description string
- Optional. User-provided description intended to give more business context about the error catcher config.
- ErrorCatcher stringId 
- An error catcher id is string representation for the error catcher config. Within a workflow, error_catcher_id uniquely identifies an error catcher config among all error catcher configs for the workflow
- ErrorCatcher stringNumber 
- A number to uniquely identify each error catcher config within the workflow on UI.
- Label string
- Optional. The user created label for a particular error catcher. Optional.
- Position
Pulumi.Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Coordinate Response 
- Optional. Informs the front-end application where to draw this error catcher config on the UI.
- StartError List<Pulumi.Tasks Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Next Task Response> 
- The set of start tasks that are to be executed for the error catch flow
- Description string
- Optional. User-provided description intended to give more business context about the error catcher config.
- ErrorCatcher stringId 
- An error catcher id is string representation for the error catcher config. Within a workflow, error_catcher_id uniquely identifies an error catcher config among all error catcher configs for the workflow
- ErrorCatcher stringNumber 
- A number to uniquely identify each error catcher config within the workflow on UI.
- Label string
- Optional. The user created label for a particular error catcher. Optional.
- Position
GoogleCloud Integrations V1alpha Coordinate Response 
- Optional. Informs the front-end application where to draw this error catcher config on the UI.
- StartError []GoogleTasks Cloud Integrations V1alpha Next Task Response 
- The set of start tasks that are to be executed for the error catch flow
- description String
- Optional. User-provided description intended to give more business context about the error catcher config.
- errorCatcher StringId 
- An error catcher id is string representation for the error catcher config. Within a workflow, error_catcher_id uniquely identifies an error catcher config among all error catcher configs for the workflow
- errorCatcher StringNumber 
- A number to uniquely identify each error catcher config within the workflow on UI.
- label String
- Optional. The user created label for a particular error catcher. Optional.
- position
GoogleCloud Integrations V1alpha Coordinate Response 
- Optional. Informs the front-end application where to draw this error catcher config on the UI.
- startError List<GoogleTasks Cloud Integrations V1alpha Next Task Response> 
- The set of start tasks that are to be executed for the error catch flow
- description string
- Optional. User-provided description intended to give more business context about the error catcher config.
- errorCatcher stringId 
- An error catcher id is string representation for the error catcher config. Within a workflow, error_catcher_id uniquely identifies an error catcher config among all error catcher configs for the workflow
- errorCatcher stringNumber 
- A number to uniquely identify each error catcher config within the workflow on UI.
- label string
- Optional. The user created label for a particular error catcher. Optional.
- position
GoogleCloud Integrations V1alpha Coordinate Response 
- Optional. Informs the front-end application where to draw this error catcher config on the UI.
- startError GoogleTasks Cloud Integrations V1alpha Next Task Response[] 
- The set of start tasks that are to be executed for the error catch flow
- description str
- Optional. User-provided description intended to give more business context about the error catcher config.
- error_catcher_ strid 
- An error catcher id is string representation for the error catcher config. Within a workflow, error_catcher_id uniquely identifies an error catcher config among all error catcher configs for the workflow
- error_catcher_ strnumber 
- A number to uniquely identify each error catcher config within the workflow on UI.
- label str
- Optional. The user created label for a particular error catcher. Optional.
- position
GoogleCloud Integrations V1alpha Coordinate Response 
- Optional. Informs the front-end application where to draw this error catcher config on the UI.
- start_error_ Sequence[Googletasks Cloud Integrations V1alpha Next Task Response] 
- The set of start tasks that are to be executed for the error catch flow
- description String
- Optional. User-provided description intended to give more business context about the error catcher config.
- errorCatcher StringId 
- An error catcher id is string representation for the error catcher config. Within a workflow, error_catcher_id uniquely identifies an error catcher config among all error catcher configs for the workflow
- errorCatcher StringNumber 
- A number to uniquely identify each error catcher config within the workflow on UI.
- label String
- Optional. The user created label for a particular error catcher. Optional.
- position Property Map
- Optional. Informs the front-end application where to draw this error catcher config on the UI.
- startError List<Property Map>Tasks 
- The set of start tasks that are to be executed for the error catch flow
GoogleCloudIntegrationsV1alphaFailurePolicyResponse      
- IntervalTime string
- Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_INTEGRATION_WITH_BACKOFF. Defines the initial interval in seconds for backoff.
- MaxRetries int
- Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_INTEGRATION_WITH_BACKOFF. Defines the number of times the task will be retried if failed.
- RetryStrategy string
- Defines what happens to the task upon failure.
- IntervalTime string
- Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_INTEGRATION_WITH_BACKOFF. Defines the initial interval in seconds for backoff.
- MaxRetries int
- Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_INTEGRATION_WITH_BACKOFF. Defines the number of times the task will be retried if failed.
- RetryStrategy string
- Defines what happens to the task upon failure.
- intervalTime String
- Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_INTEGRATION_WITH_BACKOFF. Defines the initial interval in seconds for backoff.
- maxRetries Integer
- Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_INTEGRATION_WITH_BACKOFF. Defines the number of times the task will be retried if failed.
- retryStrategy String
- Defines what happens to the task upon failure.
- intervalTime string
- Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_INTEGRATION_WITH_BACKOFF. Defines the initial interval in seconds for backoff.
- maxRetries number
- Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_INTEGRATION_WITH_BACKOFF. Defines the number of times the task will be retried if failed.
- retryStrategy string
- Defines what happens to the task upon failure.
- interval_time str
- Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_INTEGRATION_WITH_BACKOFF. Defines the initial interval in seconds for backoff.
- max_retries int
- Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_INTEGRATION_WITH_BACKOFF. Defines the number of times the task will be retried if failed.
- retry_strategy str
- Defines what happens to the task upon failure.
- intervalTime String
- Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_INTEGRATION_WITH_BACKOFF. Defines the initial interval in seconds for backoff.
- maxRetries Number
- Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_INTEGRATION_WITH_BACKOFF. Defines the number of times the task will be retried if failed.
- retryStrategy String
- Defines what happens to the task upon failure.
GoogleCloudIntegrationsV1alphaIntParameterArrayResponse       
- IntValues List<string>
- Integer array.
- IntValues []string
- Integer array.
- intValues List<String>
- Integer array.
- intValues string[]
- Integer array.
- int_values Sequence[str]
- Integer array.
- intValues List<String>
- Integer array.
GoogleCloudIntegrationsV1alphaIntegrationAlertConfigResponse       
- AggregationPeriod string
- The period over which the metric value should be aggregated and evaluated. Format is , where integer should be a positive integer and unit should be one of (s,m,h,d,w) meaning (second, minute, hour, day, week). For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
- AlertThreshold int
- For how many contiguous aggregation periods should the expected min or max be violated for the alert to be fired.
- DisableAlert bool
- Set to false by default. When set to true, the metrics are not aggregated or pushed to Monarch for this integration alert.
- DisplayName string
- Name of the alert. This will be displayed in the alert subject. If set, this name should be unique within the scope of the integration.
- DurationThreshold string
- Should be specified only for *AVERAGE_DURATION and *PERCENTILE_DURATION metrics. This member should be used to specify what duration value the metrics should exceed for the alert to trigger.
- MetricType string
- The type of metric.
- OnlyFinal boolAttempt 
- For either events or tasks, depending on the type of alert, count only final attempts, not retries.
- ThresholdType string
- The threshold type, whether lower(expected_min) or upper(expected_max), for which this alert is being configured. If value falls below expected_min or exceeds expected_max, an alert will be fired.
- ThresholdValue Pulumi.Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Integration Alert Config Threshold Value Response 
- The metric value, above or below which the alert should be triggered.
- AggregationPeriod string
- The period over which the metric value should be aggregated and evaluated. Format is , where integer should be a positive integer and unit should be one of (s,m,h,d,w) meaning (second, minute, hour, day, week). For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
- AlertThreshold int
- For how many contiguous aggregation periods should the expected min or max be violated for the alert to be fired.
- DisableAlert bool
- Set to false by default. When set to true, the metrics are not aggregated or pushed to Monarch for this integration alert.
- DisplayName string
- Name of the alert. This will be displayed in the alert subject. If set, this name should be unique within the scope of the integration.
- DurationThreshold string
- Should be specified only for *AVERAGE_DURATION and *PERCENTILE_DURATION metrics. This member should be used to specify what duration value the metrics should exceed for the alert to trigger.
- MetricType string
- The type of metric.
- OnlyFinal boolAttempt 
- For either events or tasks, depending on the type of alert, count only final attempts, not retries.
- ThresholdType string
- The threshold type, whether lower(expected_min) or upper(expected_max), for which this alert is being configured. If value falls below expected_min or exceeds expected_max, an alert will be fired.
- ThresholdValue GoogleCloud Integrations V1alpha Integration Alert Config Threshold Value Response 
- The metric value, above or below which the alert should be triggered.
- aggregationPeriod String
- The period over which the metric value should be aggregated and evaluated. Format is , where integer should be a positive integer and unit should be one of (s,m,h,d,w) meaning (second, minute, hour, day, week). For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
- alertThreshold Integer
- For how many contiguous aggregation periods should the expected min or max be violated for the alert to be fired.
- disableAlert Boolean
- Set to false by default. When set to true, the metrics are not aggregated or pushed to Monarch for this integration alert.
- displayName String
- Name of the alert. This will be displayed in the alert subject. If set, this name should be unique within the scope of the integration.
- durationThreshold String
- Should be specified only for *AVERAGE_DURATION and *PERCENTILE_DURATION metrics. This member should be used to specify what duration value the metrics should exceed for the alert to trigger.
- metricType String
- The type of metric.
- onlyFinal BooleanAttempt 
- For either events or tasks, depending on the type of alert, count only final attempts, not retries.
- thresholdType String
- The threshold type, whether lower(expected_min) or upper(expected_max), for which this alert is being configured. If value falls below expected_min or exceeds expected_max, an alert will be fired.
- thresholdValue GoogleCloud Integrations V1alpha Integration Alert Config Threshold Value Response 
- The metric value, above or below which the alert should be triggered.
- aggregationPeriod string
- The period over which the metric value should be aggregated and evaluated. Format is , where integer should be a positive integer and unit should be one of (s,m,h,d,w) meaning (second, minute, hour, day, week). For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
- alertThreshold number
- For how many contiguous aggregation periods should the expected min or max be violated for the alert to be fired.
- disableAlert boolean
- Set to false by default. When set to true, the metrics are not aggregated or pushed to Monarch for this integration alert.
- displayName string
- Name of the alert. This will be displayed in the alert subject. If set, this name should be unique within the scope of the integration.
- durationThreshold string
- Should be specified only for *AVERAGE_DURATION and *PERCENTILE_DURATION metrics. This member should be used to specify what duration value the metrics should exceed for the alert to trigger.
- metricType string
- The type of metric.
- onlyFinal booleanAttempt 
- For either events or tasks, depending on the type of alert, count only final attempts, not retries.
- thresholdType string
- The threshold type, whether lower(expected_min) or upper(expected_max), for which this alert is being configured. If value falls below expected_min or exceeds expected_max, an alert will be fired.
- thresholdValue GoogleCloud Integrations V1alpha Integration Alert Config Threshold Value Response 
- The metric value, above or below which the alert should be triggered.
- aggregation_period str
- The period over which the metric value should be aggregated and evaluated. Format is , where integer should be a positive integer and unit should be one of (s,m,h,d,w) meaning (second, minute, hour, day, week). For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
- alert_threshold int
- For how many contiguous aggregation periods should the expected min or max be violated for the alert to be fired.
- disable_alert bool
- Set to false by default. When set to true, the metrics are not aggregated or pushed to Monarch for this integration alert.
- display_name str
- Name of the alert. This will be displayed in the alert subject. If set, this name should be unique within the scope of the integration.
- duration_threshold str
- Should be specified only for *AVERAGE_DURATION and *PERCENTILE_DURATION metrics. This member should be used to specify what duration value the metrics should exceed for the alert to trigger.
- metric_type str
- The type of metric.
- only_final_ boolattempt 
- For either events or tasks, depending on the type of alert, count only final attempts, not retries.
- threshold_type str
- The threshold type, whether lower(expected_min) or upper(expected_max), for which this alert is being configured. If value falls below expected_min or exceeds expected_max, an alert will be fired.
- threshold_value GoogleCloud Integrations V1alpha Integration Alert Config Threshold Value Response 
- The metric value, above or below which the alert should be triggered.
- aggregationPeriod String
- The period over which the metric value should be aggregated and evaluated. Format is , where integer should be a positive integer and unit should be one of (s,m,h,d,w) meaning (second, minute, hour, day, week). For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
- alertThreshold Number
- For how many contiguous aggregation periods should the expected min or max be violated for the alert to be fired.
- disableAlert Boolean
- Set to false by default. When set to true, the metrics are not aggregated or pushed to Monarch for this integration alert.
- displayName String
- Name of the alert. This will be displayed in the alert subject. If set, this name should be unique within the scope of the integration.
- durationThreshold String
- Should be specified only for *AVERAGE_DURATION and *PERCENTILE_DURATION metrics. This member should be used to specify what duration value the metrics should exceed for the alert to trigger.
- metricType String
- The type of metric.
- onlyFinal BooleanAttempt 
- For either events or tasks, depending on the type of alert, count only final attempts, not retries.
- thresholdType String
- The threshold type, whether lower(expected_min) or upper(expected_max), for which this alert is being configured. If value falls below expected_min or exceeds expected_max, an alert will be fired.
- thresholdValue Property Map
- The metric value, above or below which the alert should be triggered.
GoogleCloudIntegrationsV1alphaIntegrationAlertConfigThresholdValueResponse         
- Absolute string
- Absolute value threshold.
- Percentage int
- Percentage threshold.
- Absolute string
- Absolute value threshold.
- Percentage int
- Percentage threshold.
- absolute String
- Absolute value threshold.
- percentage Integer
- Percentage threshold.
- absolute string
- Absolute value threshold.
- percentage number
- Percentage threshold.
- absolute str
- Absolute value threshold.
- percentage int
- Percentage threshold.
- absolute String
- Absolute value threshold.
- percentage Number
- Percentage threshold.
GoogleCloudIntegrationsV1alphaIntegrationParameterResponse      
- DataType string
- Type of the parameter.
- DefaultValue Pulumi.Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Value Type Response 
- Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
- DisplayName string
- The name (without prefix) to be displayed in the UI for this parameter. E.g. if the key is "foo.bar.myName", then the name would be "myName".
- InputOutput stringType 
- Specifies the input/output type for the parameter.
- IsTransient bool
- Whether this parameter is a transient parameter.
- JsonSchema string
- This schema will be used to validate runtime JSON-typed values of this parameter.
- Key string
- Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the integration definition.
- Producer string
- The identifier of the node (TaskConfig/TriggerConfig) this parameter was produced by, if it is a transient param or a copy of an input param.
- Searchable bool
- Searchable in the execution log or not.
- DataType string
- Type of the parameter.
- DefaultValue GoogleCloud Integrations V1alpha Value Type Response 
- Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
- DisplayName string
- The name (without prefix) to be displayed in the UI for this parameter. E.g. if the key is "foo.bar.myName", then the name would be "myName".
- InputOutput stringType 
- Specifies the input/output type for the parameter.
- IsTransient bool
- Whether this parameter is a transient parameter.
- JsonSchema string
- This schema will be used to validate runtime JSON-typed values of this parameter.
- Key string
- Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the integration definition.
- Producer string
- The identifier of the node (TaskConfig/TriggerConfig) this parameter was produced by, if it is a transient param or a copy of an input param.
- Searchable bool
- Searchable in the execution log or not.
- dataType String
- Type of the parameter.
- defaultValue GoogleCloud Integrations V1alpha Value Type Response 
- Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
- displayName String
- The name (without prefix) to be displayed in the UI for this parameter. E.g. if the key is "foo.bar.myName", then the name would be "myName".
- inputOutput StringType 
- Specifies the input/output type for the parameter.
- isTransient Boolean
- Whether this parameter is a transient parameter.
- jsonSchema String
- This schema will be used to validate runtime JSON-typed values of this parameter.
- key String
- Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the integration definition.
- producer String
- The identifier of the node (TaskConfig/TriggerConfig) this parameter was produced by, if it is a transient param or a copy of an input param.
- searchable Boolean
- Searchable in the execution log or not.
- dataType string
- Type of the parameter.
- defaultValue GoogleCloud Integrations V1alpha Value Type Response 
- Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
- displayName string
- The name (without prefix) to be displayed in the UI for this parameter. E.g. if the key is "foo.bar.myName", then the name would be "myName".
- inputOutput stringType 
- Specifies the input/output type for the parameter.
- isTransient boolean
- Whether this parameter is a transient parameter.
- jsonSchema string
- This schema will be used to validate runtime JSON-typed values of this parameter.
- key string
- Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the integration definition.
- producer string
- The identifier of the node (TaskConfig/TriggerConfig) this parameter was produced by, if it is a transient param or a copy of an input param.
- searchable boolean
- Searchable in the execution log or not.
- data_type str
- Type of the parameter.
- default_value GoogleCloud Integrations V1alpha Value Type Response 
- Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
- display_name str
- The name (without prefix) to be displayed in the UI for this parameter. E.g. if the key is "foo.bar.myName", then the name would be "myName".
- input_output_ strtype 
- Specifies the input/output type for the parameter.
- is_transient bool
- Whether this parameter is a transient parameter.
- json_schema str
- This schema will be used to validate runtime JSON-typed values of this parameter.
- key str
- Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the integration definition.
- producer str
- The identifier of the node (TaskConfig/TriggerConfig) this parameter was produced by, if it is a transient param or a copy of an input param.
- searchable bool
- Searchable in the execution log or not.
- dataType String
- Type of the parameter.
- defaultValue Property Map
- Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.
- displayName String
- The name (without prefix) to be displayed in the UI for this parameter. E.g. if the key is "foo.bar.myName", then the name would be "myName".
- inputOutput StringType 
- Specifies the input/output type for the parameter.
- isTransient Boolean
- Whether this parameter is a transient parameter.
- jsonSchema String
- This schema will be used to validate runtime JSON-typed values of this parameter.
- key String
- Key is used to retrieve the corresponding parameter value. This should be unique for a given fired event. These parameters must be predefined in the integration definition.
- producer String
- The identifier of the node (TaskConfig/TriggerConfig) this parameter was produced by, if it is a transient param or a copy of an input param.
- searchable Boolean
- Searchable in the execution log or not.
GoogleCloudIntegrationsV1alphaNextTaskResponse      
- Condition string
- Standard filter expression for this task to become an eligible next task.
- Description string
- User-provided description intended to give additional business context about the task.
- DisplayName string
- User-provided label that is attached to this edge in the UI.
- TaskConfig stringId 
- ID of the next task.
- TaskId string
- Task number of the next task.
- Condition string
- Standard filter expression for this task to become an eligible next task.
- Description string
- User-provided description intended to give additional business context about the task.
- DisplayName string
- User-provided label that is attached to this edge in the UI.
- TaskConfig stringId 
- ID of the next task.
- TaskId string
- Task number of the next task.
- condition String
- Standard filter expression for this task to become an eligible next task.
- description String
- User-provided description intended to give additional business context about the task.
- displayName String
- User-provided label that is attached to this edge in the UI.
- taskConfig StringId 
- ID of the next task.
- taskId String
- Task number of the next task.
- condition string
- Standard filter expression for this task to become an eligible next task.
- description string
- User-provided description intended to give additional business context about the task.
- displayName string
- User-provided label that is attached to this edge in the UI.
- taskConfig stringId 
- ID of the next task.
- taskId string
- Task number of the next task.
- condition str
- Standard filter expression for this task to become an eligible next task.
- description str
- User-provided description intended to give additional business context about the task.
- display_name str
- User-provided label that is attached to this edge in the UI.
- task_config_ strid 
- ID of the next task.
- task_id str
- Task number of the next task.
- condition String
- Standard filter expression for this task to become an eligible next task.
- description String
- User-provided description intended to give additional business context about the task.
- displayName String
- User-provided label that is attached to this edge in the UI.
- taskConfig StringId 
- ID of the next task.
- taskId String
- Task number of the next task.
GoogleCloudIntegrationsV1alphaStringParameterArrayResponse       
- StringValues List<string>
- String array.
- StringValues []string
- String array.
- stringValues List<String>
- String array.
- stringValues string[]
- String array.
- string_values Sequence[str]
- String array.
- stringValues List<String>
- String array.
GoogleCloudIntegrationsV1alphaSuccessPolicyResponse      
- FinalState string
- State to which the execution snapshot status will be set if the task succeeds.
- FinalState string
- State to which the execution snapshot status will be set if the task succeeds.
- finalState String
- State to which the execution snapshot status will be set if the task succeeds.
- finalState string
- State to which the execution snapshot status will be set if the task succeeds.
- final_state str
- State to which the execution snapshot status will be set if the task succeeds.
- finalState String
- State to which the execution snapshot status will be set if the task succeeds.
GoogleCloudIntegrationsV1alphaTaskConfigResponse      
- Description string
- Optional. User-provided description intended to give additional business context about the task.
- DisplayName string
- Optional. User-provided label that is attached to this TaskConfig in the UI.
- ErrorCatcher stringId 
- Optional. Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
- ExternalTask stringType 
- Optional. External task type of the task
- FailurePolicy Pulumi.Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Failure Policy Response 
- Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for asynchronous calls to Eventbus alone (Post To Queue, Schedule etc.).
- JsonValidation stringOption 
- Optional. If set, overrides the option configured in the Task implementation class.
- NextTasks List<Pulumi.Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Next Task Response> 
- Optional. The set of tasks that are next in line to be executed as per the execution graph defined for the parent event, specified by event_config_id. Each of these next tasks are executed only if the condition associated with them evaluates to true.
- NextTasks stringExecution Policy 
- Optional. The policy dictating the execution of the next set of tasks for the current task.
- Parameters Dictionary<string, string>
- Optional. The customized parameters the user can pass to this task.
- Position
Pulumi.Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Coordinate Response 
- Optional. Informs the front-end application where to draw this error catcher config on the UI.
- SuccessPolicy Pulumi.Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Success Policy Response 
- Optional. Determines what action to take upon successful task completion.
- SynchronousCall Pulumi.Failure Policy Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Failure Policy Response 
- Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for synchronous calls to Eventbus alone (Post).
- Task string
- Optional. The name for the task.
- TaskExecution stringStrategy 
- Optional. The policy dictating the execution strategy of this task.
- TaskId string
- The identifier of this task within its parent event config, specified by the client. This should be unique among all the tasks belong to the same event config. We use this field as the identifier to find next tasks (via field next_tasks.task_id).
- TaskTemplate string
- Optional. Used to define task-template name if task is of type task-template
- Description string
- Optional. User-provided description intended to give additional business context about the task.
- DisplayName string
- Optional. User-provided label that is attached to this TaskConfig in the UI.
- ErrorCatcher stringId 
- Optional. Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
- ExternalTask stringType 
- Optional. External task type of the task
- FailurePolicy GoogleCloud Integrations V1alpha Failure Policy Response 
- Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for asynchronous calls to Eventbus alone (Post To Queue, Schedule etc.).
- JsonValidation stringOption 
- Optional. If set, overrides the option configured in the Task implementation class.
- NextTasks []GoogleCloud Integrations V1alpha Next Task Response 
- Optional. The set of tasks that are next in line to be executed as per the execution graph defined for the parent event, specified by event_config_id. Each of these next tasks are executed only if the condition associated with them evaluates to true.
- NextTasks stringExecution Policy 
- Optional. The policy dictating the execution of the next set of tasks for the current task.
- Parameters map[string]string
- Optional. The customized parameters the user can pass to this task.
- Position
GoogleCloud Integrations V1alpha Coordinate Response 
- Optional. Informs the front-end application where to draw this error catcher config on the UI.
- SuccessPolicy GoogleCloud Integrations V1alpha Success Policy Response 
- Optional. Determines what action to take upon successful task completion.
- SynchronousCall GoogleFailure Policy Cloud Integrations V1alpha Failure Policy Response 
- Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for synchronous calls to Eventbus alone (Post).
- Task string
- Optional. The name for the task.
- TaskExecution stringStrategy 
- Optional. The policy dictating the execution strategy of this task.
- TaskId string
- The identifier of this task within its parent event config, specified by the client. This should be unique among all the tasks belong to the same event config. We use this field as the identifier to find next tasks (via field next_tasks.task_id).
- TaskTemplate string
- Optional. Used to define task-template name if task is of type task-template
- description String
- Optional. User-provided description intended to give additional business context about the task.
- displayName String
- Optional. User-provided label that is attached to this TaskConfig in the UI.
- errorCatcher StringId 
- Optional. Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
- externalTask StringType 
- Optional. External task type of the task
- failurePolicy GoogleCloud Integrations V1alpha Failure Policy Response 
- Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for asynchronous calls to Eventbus alone (Post To Queue, Schedule etc.).
- jsonValidation StringOption 
- Optional. If set, overrides the option configured in the Task implementation class.
- nextTasks List<GoogleCloud Integrations V1alpha Next Task Response> 
- Optional. The set of tasks that are next in line to be executed as per the execution graph defined for the parent event, specified by event_config_id. Each of these next tasks are executed only if the condition associated with them evaluates to true.
- nextTasks StringExecution Policy 
- Optional. The policy dictating the execution of the next set of tasks for the current task.
- parameters Map<String,String>
- Optional. The customized parameters the user can pass to this task.
- position
GoogleCloud Integrations V1alpha Coordinate Response 
- Optional. Informs the front-end application where to draw this error catcher config on the UI.
- successPolicy GoogleCloud Integrations V1alpha Success Policy Response 
- Optional. Determines what action to take upon successful task completion.
- synchronousCall GoogleFailure Policy Cloud Integrations V1alpha Failure Policy Response 
- Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for synchronous calls to Eventbus alone (Post).
- task String
- Optional. The name for the task.
- taskExecution StringStrategy 
- Optional. The policy dictating the execution strategy of this task.
- taskId String
- The identifier of this task within its parent event config, specified by the client. This should be unique among all the tasks belong to the same event config. We use this field as the identifier to find next tasks (via field next_tasks.task_id).
- taskTemplate String
- Optional. Used to define task-template name if task is of type task-template
- description string
- Optional. User-provided description intended to give additional business context about the task.
- displayName string
- Optional. User-provided label that is attached to this TaskConfig in the UI.
- errorCatcher stringId 
- Optional. Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
- externalTask stringType 
- Optional. External task type of the task
- failurePolicy GoogleCloud Integrations V1alpha Failure Policy Response 
- Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for asynchronous calls to Eventbus alone (Post To Queue, Schedule etc.).
- jsonValidation stringOption 
- Optional. If set, overrides the option configured in the Task implementation class.
- nextTasks GoogleCloud Integrations V1alpha Next Task Response[] 
- Optional. The set of tasks that are next in line to be executed as per the execution graph defined for the parent event, specified by event_config_id. Each of these next tasks are executed only if the condition associated with them evaluates to true.
- nextTasks stringExecution Policy 
- Optional. The policy dictating the execution of the next set of tasks for the current task.
- parameters {[key: string]: string}
- Optional. The customized parameters the user can pass to this task.
- position
GoogleCloud Integrations V1alpha Coordinate Response 
- Optional. Informs the front-end application where to draw this error catcher config on the UI.
- successPolicy GoogleCloud Integrations V1alpha Success Policy Response 
- Optional. Determines what action to take upon successful task completion.
- synchronousCall GoogleFailure Policy Cloud Integrations V1alpha Failure Policy Response 
- Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for synchronous calls to Eventbus alone (Post).
- task string
- Optional. The name for the task.
- taskExecution stringStrategy 
- Optional. The policy dictating the execution strategy of this task.
- taskId string
- The identifier of this task within its parent event config, specified by the client. This should be unique among all the tasks belong to the same event config. We use this field as the identifier to find next tasks (via field next_tasks.task_id).
- taskTemplate string
- Optional. Used to define task-template name if task is of type task-template
- description str
- Optional. User-provided description intended to give additional business context about the task.
- display_name str
- Optional. User-provided label that is attached to this TaskConfig in the UI.
- error_catcher_ strid 
- Optional. Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
- external_task_ strtype 
- Optional. External task type of the task
- failure_policy GoogleCloud Integrations V1alpha Failure Policy Response 
- Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for asynchronous calls to Eventbus alone (Post To Queue, Schedule etc.).
- json_validation_ stroption 
- Optional. If set, overrides the option configured in the Task implementation class.
- next_tasks Sequence[GoogleCloud Integrations V1alpha Next Task Response] 
- Optional. The set of tasks that are next in line to be executed as per the execution graph defined for the parent event, specified by event_config_id. Each of these next tasks are executed only if the condition associated with them evaluates to true.
- next_tasks_ strexecution_ policy 
- Optional. The policy dictating the execution of the next set of tasks for the current task.
- parameters Mapping[str, str]
- Optional. The customized parameters the user can pass to this task.
- position
GoogleCloud Integrations V1alpha Coordinate Response 
- Optional. Informs the front-end application where to draw this error catcher config on the UI.
- success_policy GoogleCloud Integrations V1alpha Success Policy Response 
- Optional. Determines what action to take upon successful task completion.
- synchronous_call_ Googlefailure_ policy Cloud Integrations V1alpha Failure Policy Response 
- Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for synchronous calls to Eventbus alone (Post).
- task str
- Optional. The name for the task.
- task_execution_ strstrategy 
- Optional. The policy dictating the execution strategy of this task.
- task_id str
- The identifier of this task within its parent event config, specified by the client. This should be unique among all the tasks belong to the same event config. We use this field as the identifier to find next tasks (via field next_tasks.task_id).
- task_template str
- Optional. Used to define task-template name if task is of type task-template
- description String
- Optional. User-provided description intended to give additional business context about the task.
- displayName String
- Optional. User-provided label that is attached to this TaskConfig in the UI.
- errorCatcher StringId 
- Optional. Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
- externalTask StringType 
- Optional. External task type of the task
- failurePolicy Property Map
- Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for asynchronous calls to Eventbus alone (Post To Queue, Schedule etc.).
- jsonValidation StringOption 
- Optional. If set, overrides the option configured in the Task implementation class.
- nextTasks List<Property Map>
- Optional. The set of tasks that are next in line to be executed as per the execution graph defined for the parent event, specified by event_config_id. Each of these next tasks are executed only if the condition associated with them evaluates to true.
- nextTasks StringExecution Policy 
- Optional. The policy dictating the execution of the next set of tasks for the current task.
- parameters Map<String>
- Optional. The customized parameters the user can pass to this task.
- position Property Map
- Optional. Informs the front-end application where to draw this error catcher config on the UI.
- successPolicy Property Map
- Optional. Determines what action to take upon successful task completion.
- synchronousCall Property MapFailure Policy 
- Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for synchronous calls to Eventbus alone (Post).
- task String
- Optional. The name for the task.
- taskExecution StringStrategy 
- Optional. The policy dictating the execution strategy of this task.
- taskId String
- The identifier of this task within its parent event config, specified by the client. This should be unique among all the tasks belong to the same event config. We use this field as the identifier to find next tasks (via field next_tasks.task_id).
- taskTemplate String
- Optional. Used to define task-template name if task is of type task-template
GoogleCloudIntegrationsV1alphaTriggerConfigResponse      
- AlertConfig List<Pulumi.Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Integration Alert Config Response> 
- Optional. An alert threshold configuration for the [trigger + client + integration] tuple. If these values are not specified in the trigger config, default values will be populated by the system. Note that there must be exactly one alert threshold configured per [client + trigger + integration] when published.
- CloudScheduler Pulumi.Config Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Cloud Scheduler Config Response 
- Optional. Cloud Scheduler Trigger related metadata
- Description string
- Optional. User-provided description intended to give additional business context about the task.
- ErrorCatcher stringId 
- Optional. Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
- Label string
- Optional. The user created label for a particular trigger.
- NextTasks stringExecution Policy 
- Optional. Dictates how next tasks will be executed.
- Position
Pulumi.Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Coordinate Response 
- Optional. Informs the front-end application where to draw this error catcher config on the UI.
- Properties Dictionary<string, string>
- Optional. Configurable properties of the trigger, not to be confused with integration parameters. E.g. "name" is a property for API triggers and "subscription" is a property for Pub/sub triggers.
- StartTasks List<Pulumi.Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Next Task Response> 
- Optional. Set of tasks numbers from where the integration execution is started by this trigger. If this is empty, then integration is executed with default start tasks. In the list of start tasks, none of two tasks can have direct ancestor-descendant relationships (i.e. in a same integration execution graph).
- Trigger string
- Optional. Name of the trigger. Example: "API Trigger", "Cloud Pub Sub Trigger" When set will be sent out to monitoring dashabord for tracking purpose.
- TriggerId string
- Optional. The backend trigger ID.
- TriggerNumber string
- A number to uniquely identify each trigger config within the integration on UI.
- TriggerType string
- Optional. Type of trigger
- AlertConfig []GoogleCloud Integrations V1alpha Integration Alert Config Response 
- Optional. An alert threshold configuration for the [trigger + client + integration] tuple. If these values are not specified in the trigger config, default values will be populated by the system. Note that there must be exactly one alert threshold configured per [client + trigger + integration] when published.
- CloudScheduler GoogleConfig Cloud Integrations V1alpha Cloud Scheduler Config Response 
- Optional. Cloud Scheduler Trigger related metadata
- Description string
- Optional. User-provided description intended to give additional business context about the task.
- ErrorCatcher stringId 
- Optional. Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
- Label string
- Optional. The user created label for a particular trigger.
- NextTasks stringExecution Policy 
- Optional. Dictates how next tasks will be executed.
- Position
GoogleCloud Integrations V1alpha Coordinate Response 
- Optional. Informs the front-end application where to draw this error catcher config on the UI.
- Properties map[string]string
- Optional. Configurable properties of the trigger, not to be confused with integration parameters. E.g. "name" is a property for API triggers and "subscription" is a property for Pub/sub triggers.
- StartTasks []GoogleCloud Integrations V1alpha Next Task Response 
- Optional. Set of tasks numbers from where the integration execution is started by this trigger. If this is empty, then integration is executed with default start tasks. In the list of start tasks, none of two tasks can have direct ancestor-descendant relationships (i.e. in a same integration execution graph).
- Trigger string
- Optional. Name of the trigger. Example: "API Trigger", "Cloud Pub Sub Trigger" When set will be sent out to monitoring dashabord for tracking purpose.
- TriggerId string
- Optional. The backend trigger ID.
- TriggerNumber string
- A number to uniquely identify each trigger config within the integration on UI.
- TriggerType string
- Optional. Type of trigger
- alertConfig List<GoogleCloud Integrations V1alpha Integration Alert Config Response> 
- Optional. An alert threshold configuration for the [trigger + client + integration] tuple. If these values are not specified in the trigger config, default values will be populated by the system. Note that there must be exactly one alert threshold configured per [client + trigger + integration] when published.
- cloudScheduler GoogleConfig Cloud Integrations V1alpha Cloud Scheduler Config Response 
- Optional. Cloud Scheduler Trigger related metadata
- description String
- Optional. User-provided description intended to give additional business context about the task.
- errorCatcher StringId 
- Optional. Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
- label String
- Optional. The user created label for a particular trigger.
- nextTasks StringExecution Policy 
- Optional. Dictates how next tasks will be executed.
- position
GoogleCloud Integrations V1alpha Coordinate Response 
- Optional. Informs the front-end application where to draw this error catcher config on the UI.
- properties Map<String,String>
- Optional. Configurable properties of the trigger, not to be confused with integration parameters. E.g. "name" is a property for API triggers and "subscription" is a property for Pub/sub triggers.
- startTasks List<GoogleCloud Integrations V1alpha Next Task Response> 
- Optional. Set of tasks numbers from where the integration execution is started by this trigger. If this is empty, then integration is executed with default start tasks. In the list of start tasks, none of two tasks can have direct ancestor-descendant relationships (i.e. in a same integration execution graph).
- trigger String
- Optional. Name of the trigger. Example: "API Trigger", "Cloud Pub Sub Trigger" When set will be sent out to monitoring dashabord for tracking purpose.
- triggerId String
- Optional. The backend trigger ID.
- triggerNumber String
- A number to uniquely identify each trigger config within the integration on UI.
- triggerType String
- Optional. Type of trigger
- alertConfig GoogleCloud Integrations V1alpha Integration Alert Config Response[] 
- Optional. An alert threshold configuration for the [trigger + client + integration] tuple. If these values are not specified in the trigger config, default values will be populated by the system. Note that there must be exactly one alert threshold configured per [client + trigger + integration] when published.
- cloudScheduler GoogleConfig Cloud Integrations V1alpha Cloud Scheduler Config Response 
- Optional. Cloud Scheduler Trigger related metadata
- description string
- Optional. User-provided description intended to give additional business context about the task.
- errorCatcher stringId 
- Optional. Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
- label string
- Optional. The user created label for a particular trigger.
- nextTasks stringExecution Policy 
- Optional. Dictates how next tasks will be executed.
- position
GoogleCloud Integrations V1alpha Coordinate Response 
- Optional. Informs the front-end application where to draw this error catcher config on the UI.
- properties {[key: string]: string}
- Optional. Configurable properties of the trigger, not to be confused with integration parameters. E.g. "name" is a property for API triggers and "subscription" is a property for Pub/sub triggers.
- startTasks GoogleCloud Integrations V1alpha Next Task Response[] 
- Optional. Set of tasks numbers from where the integration execution is started by this trigger. If this is empty, then integration is executed with default start tasks. In the list of start tasks, none of two tasks can have direct ancestor-descendant relationships (i.e. in a same integration execution graph).
- trigger string
- Optional. Name of the trigger. Example: "API Trigger", "Cloud Pub Sub Trigger" When set will be sent out to monitoring dashabord for tracking purpose.
- triggerId string
- Optional. The backend trigger ID.
- triggerNumber string
- A number to uniquely identify each trigger config within the integration on UI.
- triggerType string
- Optional. Type of trigger
- alert_config Sequence[GoogleCloud Integrations V1alpha Integration Alert Config Response] 
- Optional. An alert threshold configuration for the [trigger + client + integration] tuple. If these values are not specified in the trigger config, default values will be populated by the system. Note that there must be exactly one alert threshold configured per [client + trigger + integration] when published.
- cloud_scheduler_ Googleconfig Cloud Integrations V1alpha Cloud Scheduler Config Response 
- Optional. Cloud Scheduler Trigger related metadata
- description str
- Optional. User-provided description intended to give additional business context about the task.
- error_catcher_ strid 
- Optional. Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
- label str
- Optional. The user created label for a particular trigger.
- next_tasks_ strexecution_ policy 
- Optional. Dictates how next tasks will be executed.
- position
GoogleCloud Integrations V1alpha Coordinate Response 
- Optional. Informs the front-end application where to draw this error catcher config on the UI.
- properties Mapping[str, str]
- Optional. Configurable properties of the trigger, not to be confused with integration parameters. E.g. "name" is a property for API triggers and "subscription" is a property for Pub/sub triggers.
- start_tasks Sequence[GoogleCloud Integrations V1alpha Next Task Response] 
- Optional. Set of tasks numbers from where the integration execution is started by this trigger. If this is empty, then integration is executed with default start tasks. In the list of start tasks, none of two tasks can have direct ancestor-descendant relationships (i.e. in a same integration execution graph).
- trigger str
- Optional. Name of the trigger. Example: "API Trigger", "Cloud Pub Sub Trigger" When set will be sent out to monitoring dashabord for tracking purpose.
- trigger_id str
- Optional. The backend trigger ID.
- trigger_number str
- A number to uniquely identify each trigger config within the integration on UI.
- trigger_type str
- Optional. Type of trigger
- alertConfig List<Property Map>
- Optional. An alert threshold configuration for the [trigger + client + integration] tuple. If these values are not specified in the trigger config, default values will be populated by the system. Note that there must be exactly one alert threshold configured per [client + trigger + integration] when published.
- cloudScheduler Property MapConfig 
- Optional. Cloud Scheduler Trigger related metadata
- description String
- Optional. User-provided description intended to give additional business context about the task.
- errorCatcher StringId 
- Optional. Optional Error catcher id of the error catch flow which will be executed when execution error happens in the task
- label String
- Optional. The user created label for a particular trigger.
- nextTasks StringExecution Policy 
- Optional. Dictates how next tasks will be executed.
- position Property Map
- Optional. Informs the front-end application where to draw this error catcher config on the UI.
- properties Map<String>
- Optional. Configurable properties of the trigger, not to be confused with integration parameters. E.g. "name" is a property for API triggers and "subscription" is a property for Pub/sub triggers.
- startTasks List<Property Map>
- Optional. Set of tasks numbers from where the integration execution is started by this trigger. If this is empty, then integration is executed with default start tasks. In the list of start tasks, none of two tasks can have direct ancestor-descendant relationships (i.e. in a same integration execution graph).
- trigger String
- Optional. Name of the trigger. Example: "API Trigger", "Cloud Pub Sub Trigger" When set will be sent out to monitoring dashabord for tracking purpose.
- triggerId String
- Optional. The backend trigger ID.
- triggerNumber String
- A number to uniquely identify each trigger config within the integration on UI.
- triggerType String
- Optional. Type of trigger
GoogleCloudIntegrationsV1alphaValueTypeResponse      
- BooleanArray Pulumi.Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Boolean Parameter Array Response 
- Boolean Array.
- BooleanValue bool
- Boolean.
- DoubleArray Pulumi.Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Double Parameter Array Response 
- Double Number Array.
- DoubleValue double
- Double Number.
- IntArray Pulumi.Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha Int Parameter Array Response 
- Integer Array.
- IntValue string
- Integer.
- JsonValue string
- Json.
- StringArray Pulumi.Google Native. Integrations. V1Alpha. Inputs. Google Cloud Integrations V1alpha String Parameter Array Response 
- String Array.
- StringValue string
- String.
- BooleanArray GoogleCloud Integrations V1alpha Boolean Parameter Array Response 
- Boolean Array.
- BooleanValue bool
- Boolean.
- DoubleArray GoogleCloud Integrations V1alpha Double Parameter Array Response 
- Double Number Array.
- DoubleValue float64
- Double Number.
- IntArray GoogleCloud Integrations V1alpha Int Parameter Array Response 
- Integer Array.
- IntValue string
- Integer.
- JsonValue string
- Json.
- StringArray GoogleCloud Integrations V1alpha String Parameter Array Response 
- String Array.
- StringValue string
- String.
- booleanArray GoogleCloud Integrations V1alpha Boolean Parameter Array Response 
- Boolean Array.
- booleanValue Boolean
- Boolean.
- doubleArray GoogleCloud Integrations V1alpha Double Parameter Array Response 
- Double Number Array.
- doubleValue Double
- Double Number.
- intArray GoogleCloud Integrations V1alpha Int Parameter Array Response 
- Integer Array.
- intValue String
- Integer.
- jsonValue String
- Json.
- stringArray GoogleCloud Integrations V1alpha String Parameter Array Response 
- String Array.
- stringValue String
- String.
- booleanArray GoogleCloud Integrations V1alpha Boolean Parameter Array Response 
- Boolean Array.
- booleanValue boolean
- Boolean.
- doubleArray GoogleCloud Integrations V1alpha Double Parameter Array Response 
- Double Number Array.
- doubleValue number
- Double Number.
- intArray GoogleCloud Integrations V1alpha Int Parameter Array Response 
- Integer Array.
- intValue string
- Integer.
- jsonValue string
- Json.
- stringArray GoogleCloud Integrations V1alpha String Parameter Array Response 
- String Array.
- stringValue string
- String.
- boolean_array GoogleCloud Integrations V1alpha Boolean Parameter Array Response 
- Boolean Array.
- boolean_value bool
- Boolean.
- double_array GoogleCloud Integrations V1alpha Double Parameter Array Response 
- Double Number Array.
- double_value float
- Double Number.
- int_array GoogleCloud Integrations V1alpha Int Parameter Array Response 
- Integer Array.
- int_value str
- Integer.
- json_value str
- Json.
- string_array GoogleCloud Integrations V1alpha String Parameter Array Response 
- String Array.
- string_value str
- String.
- booleanArray Property Map
- Boolean Array.
- booleanValue Boolean
- Boolean.
- doubleArray Property Map
- Double Number Array.
- doubleValue Number
- Double Number.
- intArray Property Map
- Integer Array.
- intValue String
- Integer.
- jsonValue String
- Json.
- stringArray Property Map
- String Array.
- stringValue String
- String.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi