PatchDeployment

class PatchDeployment : KotlinCustomResource

Create an OS Config patch deployment.

Properties

Link copied to clipboard
val createTime: Output<String>

Time the patch deployment was created. Timestamp is in RFC3339 text format.

Link copied to clipboard
val description: Output<String>

Optional. Description of the patch deployment. Length of the description is limited to 1024 characters.

Link copied to clipboard
val duration: Output<String>

Optional. Duration of the patch. After the duration ends, the patch times out.

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

VM instances to patch.

Link copied to clipboard
val lastExecuteTime: Output<String>

The last time a patch job was started by this deployment. Timestamp is in RFC3339 text format.

Link copied to clipboard
val name: Output<String>

Unique name for the patch deployment resource in a project. The patch deployment name is in the form: projects/{project_id}/patchDeployments/{patch_deployment_id}. This field is ignored when you create a new patch deployment.

Link copied to clipboard

Schedule a one-time execution.

Link copied to clipboard

Optional. Patch configuration that is applied.

Link copied to clipboard

Required. A name for the patch deployment in the project. When creating a name the following rules apply: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the project.

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

Schedule recurring executions.

Link copied to clipboard

Optional. Rollout strategy of the patch job.

Link copied to clipboard
val state: Output<String>

Current state of the patch deployment.

Link copied to clipboard
val updateTime: Output<String>

Time the patch deployment was last updated. Timestamp is in RFC3339 text format.

Link copied to clipboard
val urn: Output<String>