AWS::FMS::ResourceSetCreates an AWS Firewall Manager resource set.
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
ResourceTypeList | Array<string> | Required |
Description | string | |
Resources | Array<string> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
fms:PutResourceSetfms:BatchAssociateResourcefms:ListResourceSetResourcesfms:TagResourcefms:PutResourceSetfms:BatchAssociateResourcefms:BatchDisassociateResourcefms:GetResourceSetfms:ListResourceSetResourcesfms:TagResourcefms:UntagResourcefms:ListTagsForResourcefms:GetResourceSetfms:ListResourceSetResourcesfms:ListTagsForResourcefms:DeleteResourceSetfms:ListResourceSetsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterId