Uses of Interface
software.amazon.awscdk.services.lambda.ICodeSigningConfig
Package
Description
AWS Lambda Construct Library
Amazon Lambda Golang Library
Amazon Lambda Node.js Library
Amazon Lambda Python Library
Triggers
-
Uses of ICodeSigningConfig in software.amazon.awscdk.services.cloudfront.experimental
Modifier and TypeMethodDescriptionfinal ICodeSigningConfig
EdgeFunctionProps.Jsii$Proxy.getCodeSigningConfig()
Modifier and TypeMethodDescriptionEdgeFunction.Builder.codeSigningConfig
(ICodeSigningConfig codeSigningConfig) Code signing config associated with this function.EdgeFunctionProps.Builder.codeSigningConfig
(ICodeSigningConfig codeSigningConfig) Sets the value ofFunctionOptions.getCodeSigningConfig()
-
Uses of ICodeSigningConfig in software.amazon.awscdk.services.lambda
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forICodeSigningConfig
.Modifier and TypeClassDescriptionclass
Defines a Code Signing Config.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic ICodeSigningConfig
CodeSigningConfig.fromCodeSigningConfigArn
(software.constructs.Construct scope, String id, String codeSigningConfigArn) Creates a Signing Profile construct that represents an external Signing Profile.final ICodeSigningConfig
DockerImageFunctionProps.Jsii$Proxy.getCodeSigningConfig()
default ICodeSigningConfig
FunctionOptions.getCodeSigningConfig()
Code signing config associated with this function.final ICodeSigningConfig
FunctionOptions.Jsii$Proxy.getCodeSigningConfig()
final ICodeSigningConfig
FunctionProps.Jsii$Proxy.getCodeSigningConfig()
final ICodeSigningConfig
SingletonFunctionProps.Jsii$Proxy.getCodeSigningConfig()
Modifier and TypeMethodDescriptionDockerImageFunction.Builder.codeSigningConfig
(ICodeSigningConfig codeSigningConfig) Code signing config associated with this function.DockerImageFunctionProps.Builder.codeSigningConfig
(ICodeSigningConfig codeSigningConfig) Sets the value ofFunctionOptions.getCodeSigningConfig()
Function.Builder.codeSigningConfig
(ICodeSigningConfig codeSigningConfig) Code signing config associated with this function.FunctionOptions.Builder.codeSigningConfig
(ICodeSigningConfig codeSigningConfig) Sets the value ofFunctionOptions.getCodeSigningConfig()
FunctionProps.Builder.codeSigningConfig
(ICodeSigningConfig codeSigningConfig) Sets the value ofFunctionOptions.getCodeSigningConfig()
SingletonFunction.Builder.codeSigningConfig
(ICodeSigningConfig codeSigningConfig) Code signing config associated with this function.SingletonFunctionProps.Builder.codeSigningConfig
(ICodeSigningConfig codeSigningConfig) Sets the value ofFunctionOptions.getCodeSigningConfig()
-
Uses of ICodeSigningConfig in software.amazon.awscdk.services.lambda.go
Modifier and TypeMethodDescriptionfinal ICodeSigningConfig
GoFunctionProps.Jsii$Proxy.getCodeSigningConfig()
Modifier and TypeMethodDescriptionGoFunction.Builder.codeSigningConfig
(ICodeSigningConfig codeSigningConfig) Code signing config associated with this function.GoFunctionProps.Builder.codeSigningConfig
(ICodeSigningConfig codeSigningConfig) Sets the value ofFunctionOptions.getCodeSigningConfig()
-
Uses of ICodeSigningConfig in software.amazon.awscdk.services.lambda.nodejs
Modifier and TypeMethodDescriptionfinal ICodeSigningConfig
NodejsFunctionProps.Jsii$Proxy.getCodeSigningConfig()
Modifier and TypeMethodDescriptionNodejsFunction.Builder.codeSigningConfig
(ICodeSigningConfig codeSigningConfig) Code signing config associated with this function.NodejsFunctionProps.Builder.codeSigningConfig
(ICodeSigningConfig codeSigningConfig) Sets the value ofFunctionOptions.getCodeSigningConfig()
-
Uses of ICodeSigningConfig in software.amazon.awscdk.services.lambda.python
Modifier and TypeMethodDescriptionfinal ICodeSigningConfig
PythonFunctionProps.Jsii$Proxy.getCodeSigningConfig()
Modifier and TypeMethodDescriptionPythonFunction.Builder.codeSigningConfig
(ICodeSigningConfig codeSigningConfig) Code signing config associated with this function.PythonFunctionProps.Builder.codeSigningConfig
(ICodeSigningConfig codeSigningConfig) Sets the value ofFunctionOptions.getCodeSigningConfig()
-
Uses of ICodeSigningConfig in software.amazon.awscdk.triggers
Modifier and TypeMethodDescriptionfinal ICodeSigningConfig
TriggerFunctionProps.Jsii$Proxy.getCodeSigningConfig()
Modifier and TypeMethodDescriptionTriggerFunction.Builder.codeSigningConfig
(ICodeSigningConfig codeSigningConfig) Code signing config associated with this function.TriggerFunctionProps.Builder.codeSigningConfig
(ICodeSigningConfig codeSigningConfig) Sets the value ofFunctionOptions.getCodeSigningConfig()