Show / Hide Table of Contents

Interface IStringParameter

A String SSM Parameter.

Inherited Members
IParameter.GrantRead(IGrantable)
IParameter.GrantWrite(IGrantable)
IParameter.ParameterArn
IParameter.ParameterName
IParameter.ParameterType
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IEnvironmentAware.Env
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

string

Remarks

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

Attribute: Value

Back to top Generated by DocFX