AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SSMQuickSetup::ConfigurationManager

CfnConfigurationManager

Creates 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

import { CfnConfigurationManager } from 'aws-cdk-lib/aws-ssmquicksetup';

Or use the module namespace:

import * as ssmquicksetup from 'aws-cdk-lib/aws-ssmquicksetup';
// ssmquicksetup.CfnConfigurationManager

Properties

Configuration passed to the constructor as CfnConfigurationManagerProps.

configurationDefinitionsRequired
IResolvable | IResolvable | ConfigurationDefinitionProperty[]

The definition of the Quick Setup configuration that the configuration manager deploys.

descriptionOptional
string

The description of the configuration.

nameOptional
string

The name of the configuration.

tagsOptional
{ [key: string]: string }

Key-value pairs of metadata to assign to the configuration manager.

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-ssmquicksetup
CFN TypeAWS::SSMQuickSetup::ConfigurationManager
Properties4

Related Constructs

External Links