Skip to main content

resource_set

Gets an individual resource_set resource

Overview

Nameresource_set
TypeResource
Descriptionresource_set
Idawscc.fms.resource_set

Fields

NameDatatypeDescription
idstring
namestring
descriptionstring
resource_type_listarray
resourcesarray
tagsarray
regionstringAWS 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