interface ConfigurationManagerReference
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.aws_ssmquicksetup.ConfigurationManagerReference | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsssmquicksetup#ConfigurationManagerReference | 
|  Java | software.amazon.awscdk.services.ssmquicksetup.ConfigurationManagerReference | 
|  Python | aws_cdk.aws_ssmquicksetup.ConfigurationManagerReference | 
|  TypeScript | aws-cdk-lib»aws_ssmquicksetup»ConfigurationManagerReference | 
A reference to a ConfigurationManager resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ssmquicksetup as ssmquicksetup } from 'aws-cdk-lib';
const configurationManagerReference: ssmquicksetup.ConfigurationManagerReference = {
  managerArn: 'managerArn',
};
Properties
| Name | Type | Description | 
|---|---|---|
| manager | string | The ManagerArn of the ConfigurationManager resource. | 
managerArn
Type:
string
The ManagerArn of the ConfigurationManager resource.
