AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::FMS::ResourceSet

CfnResourceSet

A set of resources to include in a policy.

Import

import { CfnResourceSet } from 'aws-cdk-lib/aws-fms';

Or use the module namespace:

import * as fms from 'aws-cdk-lib/aws-fms';
// fms.CfnResourceSet

Properties

Configuration passed to the constructor as CfnResourceSetProps.

nameRequired
string

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

resourceTypeListRequired
string[]

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.

descriptionOptional
string

A description of the resource set.

resourcesOptional
string[]
tagsOptional
CfnTag[]

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-fms
CFN TypeAWS::FMS::ResourceSet
Properties5

Related Constructs

External Links