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
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIStringParameter
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Methods inherited from interface software.amazon.awscdk.core.IConstruct
getNode
Methods inherited from interface software.amazon.awscdk.services.ssm.IParameter
getParameterArn, getParameterName, getParameterType, grantRead, grantWrite
Methods inherited from interface software.amazon.awscdk.core.IResource
applyRemovalPolicy, getEnv, getStack
Methods 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.
-