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