Table of Contents

Interface IStringParameter

Namespace
Amazon.CDK.AWS.SSM
Assembly
Amazon.CDK.AWS.SSM.dll

A String SSM Parameter.

public interface IStringParameter : IParameter, IResource, IConstruct, IConstruct, IDependable
Inherited Members

Properties

StringValue

The parameter value.

string StringValue { get; }

Property Value

string

Remarks

Value must not nest another parameter. Do not use {{}} in the value.

Attribute: Value