| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront.experimental | |
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.lambda.go |
Amazon Lambda Golang Library
|
| software.amazon.awscdk.services.lambda.nodejs |
Amazon Lambda Node.js Library
|
| software.amazon.awscdk.services.lambda.python |
Amazon Lambda Python Library
|
| software.amazon.awscdk.triggers |
Triggers
|
| Modifier and Type | Method and Description |
|---|---|
ICodeSigningConfig |
EdgeFunctionProps.Jsii$Proxy.getCodeSigningConfig() |
| Modifier and Type | Method and Description |
|---|---|
EdgeFunction.Builder |
EdgeFunction.Builder.codeSigningConfig(ICodeSigningConfig codeSigningConfig)
(experimental) Code signing config associated with this function.
|
EdgeFunctionProps.Builder |
EdgeFunctionProps.Builder.codeSigningConfig(ICodeSigningConfig codeSigningConfig)
Sets the value of
FunctionOptions.getCodeSigningConfig() |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ICodeSigningConfig.Jsii$Default
Internal default implementation for
ICodeSigningConfig. |
| Modifier and Type | Class and Description |
|---|---|
class |
CodeSigningConfig
(experimental) Defines a Code Signing Config.
|
static class |
ICodeSigningConfig.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static ICodeSigningConfig |
CodeSigningConfig.fromCodeSigningConfigArn(software.constructs.Construct scope,
String id,
String codeSigningConfigArn)
(experimental) Creates a Signing Profile construct that represents an external Signing Profile.
|
ICodeSigningConfig |
DockerImageFunctionProps.Jsii$Proxy.getCodeSigningConfig() |
ICodeSigningConfig |
FunctionProps.Jsii$Proxy.getCodeSigningConfig() |
default ICodeSigningConfig |
FunctionOptions.getCodeSigningConfig()
(experimental) Code signing config associated with this function.
|
ICodeSigningConfig |
FunctionOptions.Jsii$Proxy.getCodeSigningConfig() |
ICodeSigningConfig |
SingletonFunctionProps.Jsii$Proxy.getCodeSigningConfig() |
| Modifier and Type | Method and Description |
|---|---|
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.Builder.codeSigningConfig(ICodeSigningConfig codeSigningConfig)
Sets the value of
FunctionOptions.getCodeSigningConfig() |
FunctionProps.Builder |
FunctionProps.Builder.codeSigningConfig(ICodeSigningConfig codeSigningConfig)
Sets the value of
FunctionOptions.getCodeSigningConfig() |
SingletonFunction.Builder |
SingletonFunction.Builder.codeSigningConfig(ICodeSigningConfig codeSigningConfig)
(experimental) Code signing config associated with this function.
|
Function.Builder |
Function.Builder.codeSigningConfig(ICodeSigningConfig codeSigningConfig)
(experimental) Code signing config associated with this function.
|
DockerImageFunction.Builder |
DockerImageFunction.Builder.codeSigningConfig(ICodeSigningConfig codeSigningConfig)
(experimental) Code signing config associated with this function.
|
FunctionOptions.Builder |
FunctionOptions.Builder.codeSigningConfig(ICodeSigningConfig codeSigningConfig)
Sets the value of
FunctionOptions.getCodeSigningConfig() |
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.codeSigningConfig(ICodeSigningConfig codeSigningConfig)
Sets the value of
FunctionOptions.getCodeSigningConfig() |
| Modifier and Type | Method and Description |
|---|---|
ICodeSigningConfig |
GoFunctionProps.Jsii$Proxy.getCodeSigningConfig() |
| Modifier and Type | Method and Description |
|---|---|
GoFunction.Builder |
GoFunction.Builder.codeSigningConfig(ICodeSigningConfig codeSigningConfig)
(experimental) Code signing config associated with this function.
|
GoFunctionProps.Builder |
GoFunctionProps.Builder.codeSigningConfig(ICodeSigningConfig codeSigningConfig)
Sets the value of
FunctionOptions.getCodeSigningConfig() |
| Modifier and Type | Method and Description |
|---|---|
ICodeSigningConfig |
NodejsFunctionProps.Jsii$Proxy.getCodeSigningConfig() |
| Modifier and Type | Method and Description |
|---|---|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.codeSigningConfig(ICodeSigningConfig codeSigningConfig)
Sets the value of
FunctionOptions.getCodeSigningConfig() |
NodejsFunction.Builder |
NodejsFunction.Builder.codeSigningConfig(ICodeSigningConfig codeSigningConfig)
(experimental) Code signing config associated with this function.
|
| Modifier and Type | Method and Description |
|---|---|
ICodeSigningConfig |
PythonFunctionProps.Jsii$Proxy.getCodeSigningConfig() |
| Modifier and Type | Method and Description |
|---|---|
PythonFunction.Builder |
PythonFunction.Builder.codeSigningConfig(ICodeSigningConfig codeSigningConfig)
(experimental) Code signing config associated with this function.
|
PythonFunctionProps.Builder |
PythonFunctionProps.Builder.codeSigningConfig(ICodeSigningConfig codeSigningConfig)
Sets the value of
FunctionOptions.getCodeSigningConfig() |
| Modifier and Type | Method and Description |
|---|---|
ICodeSigningConfig |
TriggerFunctionProps.Jsii$Proxy.getCodeSigningConfig() |
| Modifier and Type | Method and Description |
|---|---|
TriggerFunction.Builder |
TriggerFunction.Builder.codeSigningConfig(ICodeSigningConfig codeSigningConfig)
(experimental) Code signing config associated with this function.
|
TriggerFunctionProps.Builder |
TriggerFunctionProps.Builder.codeSigningConfig(ICodeSigningConfig codeSigningConfig)
Sets the value of
FunctionOptions.getCodeSigningConfig() |
Copyright © 2022. All rights reserved.