Retrohunt

class Retrohunt : KotlinCustomResource

Retrohunt is an execution of a Rule over a time range in the past. To get more information about Retrohunt, see:

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 the pulumi 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

Link copied to clipboard

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.

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

The unique identifier for the Chronicle instance, which is the same as the customer ID.

Link copied to clipboard
val location: Output<String>

The location of the resource. This is the geographical region where the Chronicle instance resides, such as "us" or "europe-west2".

Link copied to clipboard
val name: Output<String>

The resource name of the retrohunt. Retrohunt is the child of a rule revision. {rule} in the format below is structured as {rule_id@revision_id}. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}/retrohunts/{retrohunt}

Link copied to clipboard

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.

Link copied to clipboard

Output only. Percent progress of the retrohunt towards completion, from 0.00 to 100.00.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val RetrohuntId: Output<String>

The retrohunt ID of the Retrohunt. A retrohunt is an execution of a Rule over a time range in the past.

Link copied to clipboard
val rule: Output<String>

The Rule ID of the rule.

Link copied to clipboard
val state: Output<String>

Output only. The state of the retrohunt. Possible values: RUNNING DONE CANCELLED FAILED

Link copied to clipboard
val urn: Output<String>