Interface IStringParameter

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

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-02T11:25:40.950Z") @Stability(Stable) public interface IStringParameter extends software.amazon.jsii.JsiiSerializable, IParameter
A String SSM Parameter.
  • Method Details

    • getStringValue

      @Stability(Stable) @NotNull String getStringValue()
      The parameter value.

      Value must not nest another parameter. Do not use {{}} in the value.