@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:50.294Z") @Stability(value=Experimental) public interface FunctionProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
FunctionProps.Builder
A builder for
FunctionProps |
static class |
FunctionProps.Jsii$Proxy
An implementation for
FunctionProps |
| Modifier and Type | Method and Description |
|---|---|
static FunctionProps.Builder |
builder() |
FunctionCode |
getCode()
(experimental) The source code of the function.
|
default String |
getComment()
(experimental) A comment to describe the function.
|
default String |
getFunctionName()
(experimental) A name to identify the function.
|
@Stability(value=Experimental) @NotNull FunctionCode getCode()
@Stability(value=Experimental) @Nullable default String getComment()
Default: - same as `functionName`
@Stability(value=Experimental) @Nullable default String getFunctionName()
Default: - generated from the `id`
@Stability(value=Experimental) static FunctionProps.Builder builder()
FunctionProps.Builder of FunctionPropsCopyright © 2021. All rights reserved.