ReservationAssignment

The BigqueryReservation Assignment resource {{% examples %}}

Example Usage

{{% /examples %}}

Import

Assignment can be imported using any of these accepted formats

$ pulumi import gcp:bigquery/reservationAssignment:ReservationAssignment default projects/{{project}}/locations/{{location}}/reservations/{{reservation}}/assignments/{{name}}
$ pulumi import gcp:bigquery/reservationAssignment:ReservationAssignment default {{project}}/{{location}}/{{reservation}}/{{name}}
$ pulumi import gcp:bigquery/reservationAssignment:ReservationAssignment default {{location}}/{{reservation}}/{{name}}

Properties

Link copied to clipboard
val assignee: Output<String>

The resource which will use the reservation. E.g. projects/myproject, folders/123, organizations/456.

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

Types of job, which could be specified when using the reservation. Possible values: JOB_TYPE_UNSPECIFIED, PIPELINE, QUERY

Link copied to clipboard
val location: Output<String>

The location for the resource

Link copied to clipboard
val name: Output<String>

Output only. The resource name of the assignment.

Link copied to clipboard
val project: Output<String>

The project for the resource

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

The reservation for the resource

Link copied to clipboard
val state: Output<String>

Assignment will remain in PENDING state if no active capacity commitment is present. It will become ACTIVE when some capacity commitment becomes active. Possible values: STATE_UNSPECIFIED, PENDING, ACTIVE

Link copied to clipboard
val urn: Output<String>