Show / Hide Table of Contents

Enum ParameterType

(deprecated) SSM parameter type.

Namespace: Amazon.CDK.AWS.SSM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
[Obsolete("these types are no longer used")]
public enum ParameterType
Syntax (vb)
<Obsolete("these types are no longer used")>
Public Enum ParameterType
Remarks

Stability: Deprecated

Synopsis

Fields

AWS_EC2_IMAGE_ID

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

SECURE_STRING

(deprecated) Secure String.

STRING

(deprecated) String.

STRING_LIST

(deprecated) String List.

Fields

Name Description
AWS_EC2_IMAGE_ID

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

SECURE_STRING

(deprecated) Secure String.

STRING

(deprecated) String.

STRING_LIST

(deprecated) String List.

Back to top Generated by DocFX