public class Version
extends software.amazon.awscdk.Token
| Modifier | Constructor and Description |
|---|---|
|
Version()
Creates a token that resolves to `value`.
|
protected |
Version(software.amazon.jsii.JsiiObject.InitializationMode mode) |
|
Version(Object valueOrFunction)
Creates a token that resolves to `value`.
|
|
Version(Object valueOrFunction,
String displayName)
Creates a token that resolves to `value`.
|
protected Version(software.amazon.jsii.JsiiObject.InitializationMode mode)
public Version(@Nullable Object valueOrFunction, @Nullable String displayName)
valueOrFunction - What this token will evaluate to, literal or function.displayName - A human-readable display hint for this Tokenpublic Version(@Nullable Object valueOrFunction)
valueOrFunction - What this token will evaluate to, literal or function.public Version()
Copyright © 2018. All rights reserved.