| Package | Description |
|---|---|
| software.amazon.awscdk.services.ssm |
AWS Systems Manager Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IStringParameter.Jsii$Default
Internal default implementation for
IStringParameter. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IStringParameter.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
StringParameter
Creates a new String SSM Parameter.
|
| Modifier and Type | Method and Description |
|---|---|
static IStringParameter |
StringParameter.fromSecureStringParameterAttributes(software.constructs.Construct scope,
String id,
SecureStringParameterAttributes attrs)
Imports a secure string parameter from the SSM parameter store.
|
static IStringParameter |
StringParameter.fromStringParameterAttributes(software.constructs.Construct scope,
String id,
StringParameterAttributes attrs)
Imports an external string parameter with name and optional version.
|
static IStringParameter |
StringParameter.fromStringParameterName(software.constructs.Construct scope,
String id,
String stringParameterName)
Imports an external string parameter by name.
|
Copyright © 2022. All rights reserved.