For more information about Amazon Web Services Cloud Control API, see the Amazon Web Services Cloud Control API User Guide.
Overview
Name | resources |
Type | Resource |
Description | resources |
Id | aws.cloud_control.resources |
Fields
Name | Datatype | Description |
---|
region | string | AWS region. |
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 |