ResourceChange(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A resource change represents a change to a resource in the state file.
Attributes |
|
---|---|
Name | Description |
name |
str
Identifier. The name of the resource change. Format: 'projects/{project_id}/locations/{location}/previews/{preview}/resourceChanges/{resource_change}'. |
terraform_info |
google.cloud.config_v1.types.ResourceChangeTerraformInfo
Output only. Terraform info of the resource change. |
intent |
google.cloud.config_v1.types.ResourceChange.Intent
Output only. The intent of the resource change. |
property_changes |
MutableSequence[google.cloud.config_v1.types.PropertyChange]
Output only. The property changes of the resource change. |
Classes
Intent
Intent(value)
Possible intent of the resource change.