ParameterType

class aws_cdk.aws_ssm.ParameterType(value)

Bases: Enum

(deprecated) SSM parameter type.

Deprecated:

these types are no longer used

Stability:

deprecated

Attributes

AWS_EC2_IMAGE_ID

(deprecated) An Amazon EC2 image ID, such as ami-0ff8a91507f77f867.

Stability:

deprecated

SECURE_STRING

(deprecated) 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:

deprecated

STRING

(deprecated) String.

Stability:

deprecated

STRING_LIST

(deprecated) String List.

Stability:

deprecated