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.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIStringParameter.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Methods inherited from interface software.amazon.awscdk.core.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.services.ssm.IParameter
getParameterArn, getParameterName, getParameterType, grantRead, grantWriteMethods inherited from interface software.amazon.awscdk.core.IResource
applyRemovalPolicy, getEnv, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStringValue
The parameter value.Value must not nest another parameter. Do not use {{}} in the value.
-