AWS::SSMQuickSetup::ConfigurationManagerCreates a Quick Setup configuration manager resource. This object is a collection of desired state configurations for multiple configuration definitions and summaries describing the deployments of those definitions.
import { CfnConfigurationManager } from 'aws-cdk-lib/aws-ssmquicksetup';Or use the module namespace:
import * as ssmquicksetup from 'aws-cdk-lib/aws-ssmquicksetup';
// ssmquicksetup.CfnConfigurationManagerConfiguration passed to the constructor as CfnConfigurationManagerProps.
configurationDefinitionsRequiredIResolvable | IResolvable | ConfigurationDefinitionProperty[]The definition of the Quick Setup configuration that the configuration manager deploys.
descriptionOptionalstringThe description of the configuration.
nameOptionalstringThe name of the configuration.
tagsOptional{ [key: string]: string }Key-value pairs of metadata to assign to the configuration manager.
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-ssmquicksetupAWS::SSMQuickSetup::ConfigurationManager