AWS::FMS::ResourceSetA set of resources to include in a policy.
import { CfnResourceSet } from 'aws-cdk-lib/aws-fms';Or use the module namespace:
import * as fms from 'aws-cdk-lib/aws-fms';
// fms.CfnResourceSetConfiguration passed to the constructor as CfnResourceSetProps.
nameRequiredstringThe descriptive name of the resource set. You can't change the name of a resource set after you create it.
resourceTypeListRequiredstring[]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.
descriptionOptionalstringA description of the resource set.
resourcesOptionalstring[]tagsOptionalCfnTag[]This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-fmsAWS::FMS::ResourceSet