| Package | Description |
|---|---|
| software.amazon.awscdk.services.ssm |
AWS Systems Manager Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ParameterType |
StringParameterProps.getType()
(experimental) The type of the string parameter.
|
ParameterType |
StringParameterProps.Jsii$Proxy.getType() |
default ParameterType |
StringParameterAttributes.getType()
(experimental) The type of the string parameter.
|
ParameterType |
StringParameterAttributes.Jsii$Proxy.getType() |
static ParameterType |
ParameterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterType[] |
ParameterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StringParameterProps.Builder |
StringParameterProps.Builder.type(ParameterType type)
Sets the value of
StringParameterProps.getType() |
StringParameter.Builder |
StringParameter.Builder.type(ParameterType type)
(experimental) The type of the string parameter.
|
StringParameterAttributes.Builder |
StringParameterAttributes.Builder.type(ParameterType type)
Sets the value of
StringParameterAttributes.getType() |
static String |
StringParameter.valueForTypedStringParameter(software.constructs.Construct scope,
String parameterName,
ParameterType type)
(experimental) Returns a token that will resolve (during deployment) to the string value of an SSM string parameter.
|
static String |
StringParameter.valueForTypedStringParameter(software.constructs.Construct scope,
String parameterName,
ParameterType type,
Number version)
(experimental) Returns a token that will resolve (during deployment) to the string value of an SSM string parameter.
|
| Constructor and Description |
|---|
Jsii$Proxy(ParameterType type,
Number version,
String parameterName,
Boolean simpleName)
Constructor that initializes the object based on literal property values passed by the
StringParameterAttributes.Builder. |
Jsii$Proxy(String stringValue,
ParameterType type,
String allowedPattern,
String description,
String parameterName,
Boolean simpleName,
ParameterTier tier)
Constructor that initializes the object based on literal property values passed by the
StringParameterProps.Builder. |
Copyright © 2021. All rights reserved.