Interface IStringListParameter

All Superinterfaces:
IConstruct, software.constructs.IConstruct, 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.84.0 (build 5404dcf)", date="2023-06-19T16:30:37.828Z") @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 (,).