AWS::FMS::ResourceSet - AWS CloudFormation

AWS::FMS::ResourceSet

A set of resources to include in a policy.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::FMS::ResourceSet", "Properties" : { "Description" : String, "Name" : String, "Resources" : [ String, ... ], "ResourceTypeList" : [ String, ... ], "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::FMS::ResourceSet Properties: Description: String Name: String Resources: - String ResourceTypeList: - String Tags: - Tag

Properties

Description

A description of the resource set.

Required: No

Type: String

Pattern: ^([a-zA-Z0-9_.:/=+\-@\s]*)$

Maximum: 256

Update requires: No interruption

Name

The descriptive name of the resource set. You can't change the name of a resource set after you create it.

Required: Yes

Type: String

Pattern: ^([a-zA-Z0-9_.:/=+\-@\s]+)$

Minimum: 1

Maximum: 128

Update requires: No interruption

Resources

Property description not available.

Required: No

Type: Array of String

Update requires: No interruption

ResourceTypeList

Determines the resources that can be associated to the resource set. Depending on your setting for max results and the number of resource sets, a single call might not return the full list.

Required: Yes

Type: Array of String

Update requires: No interruption

Tags

Property description not available.

Required: No

Type: Array of Tag

Update requires: No interruption

Return values

Ref

Fn::GetAtt