Show / Hide Table of Contents

Interface IStringListParameter

A StringList SSM Parameter.

Inherited Members
IParameter.GrantRead(IGrantable)
IParameter.GrantWrite(IGrantable)
IParameter.ParameterArn
IParameter.ParameterName
IParameter.ParameterType
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.SSM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IStringListParameter : IParameter, IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IStringListParameter Inherits IParameter, IResource, IConstruct, IDependable

Synopsis

Properties

StringListValue

The parameter value.

Properties

StringListValue

The parameter value.

string[] StringListValue { get; }
Property Value

string[]

Remarks

Value must not nest another parameter. Do not use {{}} in the value. Values in the array cannot contain commas (,).

Attribute: Value

Back to top Generated by DocFX