| Modifier and Type | Method and Description |
|---|---|
static CfnFunctionDefinitionVersion.Builder |
CfnFunctionDefinitionVersion.Builder.create(Construct scope,
String id) |
CfnFunctionDefinitionVersion.Builder |
CfnFunctionDefinitionVersion.Builder.defaultConfig(CfnFunctionDefinitionVersion.DefaultConfigProperty defaultConfig)
The default configuration that applies to all Lambda functions in the group.
|
CfnFunctionDefinitionVersion.Builder |
CfnFunctionDefinitionVersion.Builder.defaultConfig(IResolvable defaultConfig)
The default configuration that applies to all Lambda functions in the group.
|
CfnFunctionDefinitionVersion.Builder |
CfnFunctionDefinitionVersion.Builder.functionDefinitionId(String functionDefinitionId)
The ID of the function definition associated with this version.
|
CfnFunctionDefinitionVersion.Builder |
CfnFunctionDefinitionVersion.Builder.functions(IResolvable functions)
The functions in this version.
|
CfnFunctionDefinitionVersion.Builder |
CfnFunctionDefinitionVersion.Builder.functions(List<? extends Object> functions)
The functions in this version.
|
Copyright © 2022. All rights reserved.