Interface IStringParameter

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