Show / Hide Table of Contents

Class ConfigurationManagerReference

A reference to a ConfigurationManager resource.

Inheritance
object
ConfigurationManagerReference
Implements
IConfigurationManagerReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IConfigurationManagerReference
Back to top Generated by DocFX