ReservationAssignmentArgs

data class ReservationAssignmentArgs(val assignee: Output<String>? = null, val jobType: Output<String>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val reservation: Output<String>? = null) : ConvertibleToJava<ReservationAssignmentArgs>

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}}

Constructors

Link copied to clipboard
fun ReservationAssignmentArgs(assignee: Output<String>? = null, jobType: Output<String>? = null, location: Output<String>? = null, project: Output<String>? = null, reservation: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ReservationAssignmentArgs

Properties

Link copied to clipboard
val assignee: Output<String>? = null

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

Link copied to clipboard
val jobType: Output<String>? = null

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>? = null

The location for the resource

Link copied to clipboard
val project: Output<String>? = null

The project for the resource

Link copied to clipboard
val reservation: Output<String>? = null

The reservation for the resource