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
Syntax (vb)
Public Interface IStringParameter
Inherits IParameter, IResource, IConstruct, IDependable
Synopsis
Properties
StringValue | The parameter value. |
Properties
StringValue
The parameter value.
string StringValue { get; }
Property Value
System.String
Remarks
Value must not nest another parameter. Do not use {{}} in the value.
Attribute: Value