Class ResolutionTypeHint
Type hints for resolved values.
Inheritance
System.Object
ResolutionTypeHint
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public sealed class ResolutionTypeHint : Enum
Syntax (vb)
Public NotInheritable Class ResolutionTypeHint
Inherits
Enum
Synopsis
Fields
NUMBER | This value is expected to resolve to a Number. |
STRING | This value is expected to resolve to a String. |
STRING_LIST | This value is expected to resolve to a String List. |
value__ |
Fields
NUMBER
This value is expected to resolve to a Number.
public const ResolutionTypeHint NUMBER
Field Value
Type | Description |
---|---|
ResolutionTypeHint |
STRING
This value is expected to resolve to a String.
public const ResolutionTypeHint STRING
Field Value
Type | Description |
---|---|
ResolutionTypeHint |
STRING_LIST
This value is expected to resolve to a String List.
public const ResolutionTypeHint STRING_LIST
Field Value
Type | Description |
---|---|
ResolutionTypeHint |
value__
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |