Table of Contents

Interface IStringListParameter

Namespace
Amazon.CDK.AWS.SSM
Assembly
Amazon.CDK.AWS.SSM.dll

A StringList SSM Parameter.

public interface IStringListParameter : IParameter, IResource, IConstruct, IConstruct, IDependable
Inherited Members

Properties

StringListValue

The parameter value.

string[] StringListValue { get; }

Property Value

string[]

Remarks

Value must not nest another parameter. Do not use {{}} in the value. Values in the array cannot contain commas (,).

Attribute: Value