AWS::FMS::ResourceSet - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::FMS::ResourceSet

A set of resources to include in a policy.

Syntax

To declare this entity in your Amazon 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