interface ConfigurationManagerReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SSMQuickSetup.ConfigurationManagerReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsssmquicksetup#ConfigurationManagerReference |
Java | software.amazon.awscdk.interfaces.ssmquicksetup.ConfigurationManagerReference |
Python | aws_cdk.interfaces.aws_ssmquicksetup.ConfigurationManagerReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_ssmquicksetup } from 'aws-cdk-lib/interfaces';
const configurationManagerReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript