resources
Overview
Name | resources |
Type | Resource |
Id | awscc.cloud_control.resources |
Fields
Name | Datatype |
---|---|
Identifier | string |
Properties | string |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | data__TypeName, region |
create_resource | INSERT | data__DesiredState, data__TypeName, region |
delete_resource | DELETE | data__Identifier, data__TypeName, region |
update_resource | UPDATE | data__Identifier, data__PatchDocument, data__TypeName, region |