DeliveryPipeline

class DeliveryPipeline : KotlinCustomResource

Creates a new DeliveryPipeline in a given project and location. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val annotations: Output<Map<String, String>>

User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy.

Link copied to clipboard

Information around the state of the Delivery Pipeline.

Link copied to clipboard
val createTime: Output<String>

Time at which the pipeline was created.

Link copied to clipboard

Required. ID of the DeliveryPipeline.

Link copied to clipboard
val description: Output<String>

Description of the DeliveryPipeline. Max length is 255 characters.

Link copied to clipboard
val etag: Output<String>

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

Optional. Name of the DeliveryPipeline. Format is projects/{project}/ locations/{location}/deliveryPipelines/a-z{0,62}.

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 requestId: Output<String>?

Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

Link copied to clipboard

SerialPipeline defines a sequential set of stages for a DeliveryPipeline.

Link copied to clipboard
val suspended: Output<Boolean>

When suspended, no new releases or rollouts can be created, but in-progress ones will complete.

Link copied to clipboard
val uid: Output<String>

Unique identifier of the DeliveryPipeline.

Link copied to clipboard
val updateTime: Output<String>

Most recent time at which the pipeline was updated.

Link copied to clipboard
val urn: Output<String>