Skip to main content

resource

Represents information about a provisioned resource.

Overview

Nameresource
TypeResource
DescriptionRepresents information about a provisioned resource.
Idawscc.cloud_control.resource

Fields

NameDatatypeDescription
identifierstring
propertiesstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
get_resourceSELECTIdentifier, region

SELECT examples

SELECT
region
FROM awscc.cloud_control.resource
WHERE
region = 'us-east-1' AND TypeName = '<TypeName>' AND Identifier = '<Identifier>';;