Interface IStringListParameter

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IParameter, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IStringListParameter.Jsii$Default
All Known Implementing Classes:
IStringListParameter.Jsii$Proxy, StringListParameter

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:14.267Z") @Stability(Stable) public interface IStringListParameter extends software.amazon.jsii.JsiiSerializable, IParameter
A StringList SSM Parameter.
  • Method Details

    • getStringListValue

      @Stability(Stable) @NotNull List<String> getStringListValue()
      The parameter value.

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