AWS Fundamentals Logo
AWS Fundamentals
AWS::FMS::ResourceSet

FMS ResourceSet

Creates an AWS Firewall Manager resource set.

Properties

5 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Required
ResourceTypeList
Array<string>
Required
Description
string
Resources
Array<string>
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Idstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::FMS::ResourceSet

Resources:
  MyResource:
    Type: AWS::FMS::ResourceSet
    Properties:
      Name: "my-name"
      ResourceTypeList: []
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

fms:PutResourceSetfms:BatchAssociateResourcefms:ListResourceSetResourcesfms:TagResource

update

fms:PutResourceSetfms:BatchAssociateResourcefms:BatchDisassociateResourcefms:GetResourceSetfms:ListResourceSetResourcesfms:TagResourcefms:UntagResourcefms:ListTagsForResource

read

fms:GetResourceSetfms:ListResourceSetResourcesfms:ListTagsForResource

delete

fms:DeleteResourceSet

list

fms:ListResourceSets

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceFMS
Properties6
Required2
TaggingSupported
Primary IDId

Supported Operations

CreateUpdateReadDeleteList

Related Resources

External Links