public class ClusterEndpointPort
extends software.amazon.awscdk.Token
| Modifier | Constructor and Description |
|---|---|
|
ClusterEndpointPort()
Creates a token that resolves to `value`.
|
protected |
ClusterEndpointPort(software.amazon.jsii.JsiiObject.InitializationMode mode) |
|
ClusterEndpointPort(Object valueOrFunction)
Creates a token that resolves to `value`.
|
|
ClusterEndpointPort(Object valueOrFunction,
String displayName)
Creates a token that resolves to `value`.
|
protected ClusterEndpointPort(software.amazon.jsii.JsiiObject.InitializationMode mode)
public ClusterEndpointPort(@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 ClusterEndpointPort(@Nullable Object valueOrFunction)
valueOrFunction - What this token will evaluate to, literal or function.public ClusterEndpointPort()
Copyright © 2018. All rights reserved.