Expand description
Account-partitioned, serializable state for Cloud Control API.
Structs§
- Cloud
Control Snapshot - Cloud
Control State - Managed
Resource - A resource created through Cloud Control, keyed by
(type_name, identifier).propertiesis the canonical JSON of the resource’s current desired state (whatGetResourcereturns),attributesare the provisioner’sGetAtt-resolvable outputs used to satisfy read-only identifiers. - Resource
Request - A resource-operation request, keyed by its
RequestToken. Cloud Control provisioning is synchronous here, sooperation_statusis terminal (SUCCESS/FAILED) by the time the request returns.