Retrohunt Args
Retrohunt is an execution of a Rule over a time range in the past. To get more information about Retrohunt, see:
How-to Guides
Example Usage
Import
Retrohunt can be imported using any of these accepted formats:
projects/{{project}}/locations/{{location}}/instances/{{instance}}/rules/{{rule}}/retrohunts/{{retrohunt}}
{{project}}/{{location}}/{{instance}}/{{rule}}/{{retrohunt}}
{{location}}/{{instance}}/{{rule}}/{{retrohunt}}
When using thepulumi import
command, Retrohunt can be imported using one of the formats above. For example:
$ pulumi import gcp:chronicle/retrohunt:Retrohunt default projects/{{project}}/locations/{{location}}/instances/{{instance}}/rules/{{rule}}/retrohunts/{{retrohunt}}
$ pulumi import gcp:chronicle/retrohunt:Retrohunt default {{project}}/{{location}}/{{instance}}/{{rule}}/{{retrohunt}}
$ pulumi import gcp:chronicle/retrohunt:Retrohunt default {{location}}/{{instance}}/{{rule}}/{{retrohunt}}
Properties
Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive). The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time. Structure is documented below.
The retrohunt ID of the Retrohunt. A retrohunt is an execution of a Rule over a time range in the past.