resource
Represents information about a provisioned resource.
Overview
| Name | resource |
| Type | Resource |
| Description | Represents information about a provisioned resource. |
| Id | awscc.cloud_control.resource |
Fields
| Name | Datatype | Description |
|---|---|---|
identifier | string | |
properties | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
get_resource | SELECT | Identifier, region |
SELECT examples
SELECT
region
FROM awscc.cloud_control.resource
WHERE
region = 'us-east-1' AND TypeName = '<TypeName>' AND Identifier = '<Identifier>';;