@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.331Z") @Stability(value=Deprecated) @Deprecated public enum ParameterType extends Enum<ParameterType>
| Enum Constant and Description |
|---|
AWS_EC2_IMAGE_ID
Deprecated.
|
SECURE_STRING
Deprecated.
|
STRING
Deprecated.
|
STRING_LIST
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ParameterType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Deprecated) @Deprecated public static final ParameterType STRING
@Stability(value=Deprecated) @Deprecated public static final ParameterType SECURE_STRING
Parameter Store uses an AWS Key Management Service (KMS) customer master key (CMK) to encrypt the parameter value. Parameters of type SecureString cannot be created directly from a CDK application.
@Stability(value=Deprecated) @Deprecated public static final ParameterType STRING_LIST
@Stability(value=Deprecated) @Deprecated public static final ParameterType AWS_EC2_IMAGE_ID
public static ParameterType[] values()
for (ParameterType c : ParameterType.values()) System.out.println(c);
public static ParameterType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022. All rights reserved.