Skip to main content

Module state

Module state 

Source
Expand description

Account-partitioned, serializable state for Cloud Control API.

Structs§

CloudControlSnapshot
CloudControlState
ManagedResource
A resource created through Cloud Control, keyed by (type_name, identifier). properties is the canonical JSON of the resource’s current desired state (what GetResource returns), attributes are the provisioner’s GetAtt-resolvable outputs used to satisfy read-only identifiers.
ResourceRequest
A resource-operation request, keyed by its RequestToken. Cloud Control provisioning is synchronous here, so operation_status is terminal (SUCCESS/FAILED) by the time the request returns.

Constants§

CLOUDCONTROL_SNAPSHOT_SCHEMA_VERSION

Type Aliases§

SharedCloudControlState