Interface IStringParameter
A String SSM Parameter.
Inherited Members
Namespace: Amazon.CDK.AWS.SSM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IStringParameter : IParameter, IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IStringParameter Inherits IParameter, IResource, IConstruct, IDependable, IEnvironmentAware
Synopsis
Properties
| StringValue | The parameter value. |
Properties
StringValue
The parameter value.
string StringValue { get; }
Property Value
Remarks
Value must not nest another parameter. Do not use {{}} in the value.
Attribute: Value