Rule Deployment Args
The RuleDeployment resource represents the deployment state of a Rule. To get more information about RuleDeployment, see:
How-to Guides
Example Usage
Import
RuleDeployment can be imported using any of these accepted formats:
projects/{{project}}/locations/{{location}}/instances/{{instance}}/rules/{{rule}}/deployment
{{project}}/{{location}}/{{instance}}/{{rule}}
{{location}}/{{instance}}/{{rule}}
When using thepulumi import
command, RuleDeployment can be imported using one of the formats above. For example:
$ pulumi import gcp:chronicle/ruleDeployment:RuleDeployment default projects/{{project}}/locations/{{location}}/instances/{{instance}}/rules/{{rule}}/deployment
$ pulumi import gcp:chronicle/ruleDeployment:RuleDeployment default {{project}}/{{location}}/{{instance}}/{{rule}}
$ pulumi import gcp:chronicle/ruleDeployment:RuleDeployment default {{location}}/{{instance}}/{{rule}}
Properties
The archive state of the rule deployment. Cannot be set to true unless enabled is set to false i.e. archiving requires a two-step process: first, disable the rule by setting 'enabled' to false, then set 'archive' to true. If set to true, alerting will automatically be set to false. If currently set to true, enabled, alerting, and run_frequency cannot be updated.
The run frequency of the rule deployment. Possible values: LIVE HOURLY DAILY