cloudcontrol library

Classes

GetResourceArgs
Arguments for getResource. Arguments for getResource.
GetResourceResult
Result data returned by getResource.
ResourceArgs
The set of arguments for Resource. The set of arguments for Resource.
ResourceState
Input properties used for looking up and filtering Resource resources.
ResourceType
Manages a Cloud Control API Resource. The configuration and lifecycle handling of these resources is proxied through Cloud Control API handlers to the backend service.

Functions

getResource(GetResourceArgs args, {InvokeOptions? options}) Future<GetResourceResult>
Provides details for a Cloud Control API Resource. The reading of these resources is proxied through Cloud Control API handlers to the backend service.
getResourceOutput(GetResourceArgs args, {InvokeOutputOptions? options}) → Output<GetResourceResult>