resource_set
Gets an individual resource_set
resource
Overview
Name | resource_set |
Type | Resource |
Description | resource_set |
Id | awscc.fms.resource_set |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
name | string | |
description | string | |
resource_type_list | array | |
resources | array | |
tags | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id,
name,
description,
resource_type_list,
resources,
tags
FROM awscc.fms.resource_set
WHERE data__Identifier = '<Id>';
Permissions
To operate on the resource_set
resource, the following permissions are required:
Update
fms:PutResourceSet,
fms:BatchAssociateResource,
fms:BatchDisassociateResource,
fms:GetResourceSet,
fms:ListResourceSetResources,
fms:TagResource,
fms:UntagResource,
fms:ListTagsForResource
Read
fms:GetResourceSet,
fms:ListResourceSetResources,
fms:ListTagsForResource
Delete
fms:DeleteResourceSet