| Package | Description |
|---|---|
| software.amazon.awscdk.services.ssm |
AWS Systems Manager Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ParameterType |
StringParameterAttributes.getType()
Deprecated.
- use valueType instead
|
ParameterType |
StringParameterAttributes.Jsii$Proxy.getType() |
default ParameterType |
StringParameterProps.getType()
Deprecated.
- type will always be 'String'
|
ParameterType |
StringParameterProps.Jsii$Proxy.getType() |
static ParameterType |
ParameterType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ParameterType[] |
ParameterType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StringParameterAttributes.Builder |
StringParameterAttributes.Builder.type(ParameterType type)
Deprecated.
- use valueType instead
|
StringParameterProps.Builder |
StringParameterProps.Builder.type(ParameterType type)
Deprecated.
- type will always be 'String'
|
StringParameter.Builder |
StringParameter.Builder.type(ParameterType type)
Deprecated.
- type will always be 'String'
|
static String |
StringParameter.valueForTypedStringParameter(software.constructs.Construct scope,
String parameterName,
ParameterType type)
Deprecated.
- use valueForTypedStringParameterV2 instead
|
static String |
StringParameter.valueForTypedStringParameter(software.constructs.Construct scope,
String parameterName,
ParameterType type,
Number version)
Deprecated.
- use valueForTypedStringParameterV2 instead
|
Copyright © 2022. All rights reserved.