Show / Hide Table of Contents

Class ParameterDataType

SSM parameter data type.

Inheritance
System.Object
ParameterDataType
Namespace: Amazon.CDK.AWS.SSM
Assembly: Amazon.CDK.AWS.SSM.dll
Syntax (csharp)
public sealed class ParameterDataType : Enum
Syntax (vb)
Public NotInheritable Class ParameterDataType
    Inherits

     Enum

Synopsis

Fields

AWS_EC2_IMAGE

Aws Ec2 Image.

TEXT

Text.

value__

Fields

AWS_EC2_IMAGE

Aws Ec2 Image.

public const ParameterDataType AWS_EC2_IMAGE
Field Value
Type Description
ParameterDataType

TEXT

Text.

public const ParameterDataType TEXT
Field Value
Type Description
ParameterDataType

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX