Skip to main content

resources

Represents information about a provisioned resource.

Overview

Nameresources
TypeResource
DescriptionRepresents information about a provisioned resource.
Idawscc.cloud_control.resources

Fields

NameDatatypeDescription
identifierstring
propertiesstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
delete_resourceDELETEIdentifier, region
create_resourceINSERTIdentifier, region
list_resourcesSELECTregion
update_resourceUPDATEIdentifier, PatchDocument, region

SELECT examples

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