Class ConfigurationManagerReference
A reference to a ConfigurationManager resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.SSMQuickSetup
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ConfigurationManagerReference : IConfigurationManagerReference
Syntax (vb)
Public Class ConfigurationManagerReference Implements IConfigurationManagerReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.SSMQuickSetup;
var configurationManagerReference = new ConfigurationManagerReference {
ManagerArn = "managerArn"
};
Synopsis
Constructors
| ConfigurationManagerReference() | A reference to a ConfigurationManager resource. |
Properties
| ManagerArn | The ManagerArn of the ConfigurationManager resource. |
Constructors
ConfigurationManagerReference()
A reference to a ConfigurationManager resource.
public ConfigurationManagerReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.SSMQuickSetup;
var configurationManagerReference = new ConfigurationManagerReference {
ManagerArn = "managerArn"
};
Properties
ManagerArn
The ManagerArn of the ConfigurationManager resource.
public string ManagerArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated