Interface IStringListParameter
A StringList SSM Parameter.
Inherited Members
Namespace: Amazon.CDK.AWS.SSM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IStringListParameter : IParameter, IResource
Syntax (vb)
Public Interface IStringListParameter
Inherits IParameter, IResource, IConstruct, IDependable
Synopsis
Properties
String |
The parameter value. |
Properties
StringListValue
The parameter value.
string[] StringListValue { get; }
Property Value
System.
Remarks
Value must not nest another parameter. Do not use {{}} in the value. Values in the array
cannot contain commas (,
).
Attribute: Value