Show / Hide Table of Contents

Enum ResolutionTypeHint

Type hints for resolved values.

Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum ResolutionTypeHint
Syntax (vb)
Public Enum ResolutionTypeHint

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.

Fields

Name Description
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.

Back to top Generated by DocFX