resource_sets
Retrieves a list of resource_sets
in a region
Overview
Name | resource_sets |
Type | Resource |
Description | resource_sets |
Id | awscc.fms.resource_sets |
Fields
Name | Datatype | Description |
---|---|---|
id | undefined | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id
FROM awscc.fms.resource_sets
WHERE region = 'us-east-1'
Permissions
To operate on the resource_sets
resource, the following permissions are required:
Create
fms:PutResourceSet,
fms:BatchAssociateResource,
fms:ListResourceSetResources,
fms:TagResource
List
fms:ListResourceSets