Interface IStringParameter

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

@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)", date="2025-12-18T18:20:18.401Z") @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.