| Package | Description |
|---|---|
| software.amazon.awscdk.services.ssm |
AWS Systems Manager Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IStringListParameter.Jsii$Default
Internal default implementation for
IStringListParameter. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IStringListParameter.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
StringListParameter
(experimental) Creates a new StringList SSM Parameter.
|
| Modifier and Type | Method and Description |
|---|---|
static IStringListParameter |
StringListParameter.fromStringListParameterName(software.constructs.Construct scope,
String id,
String stringListParameterName)
(experimental) Imports an external parameter of type string list.
|
Copyright © 2021. All rights reserved.