Uses of Interface
software.amazon.awscdk.services.lambda.ICodeSigningConfig
Packages that use 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
Methods in software.amazon.awscdk.services.cloudfront.experimental that return ICodeSigningConfigModifier and TypeMethodDescriptionfinal ICodeSigningConfigEdgeFunctionProps.Jsii$Proxy.getCodeSigningConfig()Methods in software.amazon.awscdk.services.cloudfront.experimental with parameters of type ICodeSigningConfigModifier 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
Subinterfaces of ICodeSigningConfig in software.amazon.awscdk.services.lambdaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forICodeSigningConfig.Classes in software.amazon.awscdk.services.lambda that implement ICodeSigningConfigModifier and TypeClassDescriptionclassDefines a Code Signing Config.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.lambda that return ICodeSigningConfigModifier and TypeMethodDescriptionstatic ICodeSigningConfigCodeSigningConfig.fromCodeSigningConfigArn(software.constructs.Construct scope, String id, String codeSigningConfigArn) Creates a Signing Profile construct that represents an external Signing Profile.final ICodeSigningConfigDockerImageFunctionProps.Jsii$Proxy.getCodeSigningConfig()default ICodeSigningConfigFunctionOptions.getCodeSigningConfig()Code signing config associated with this function.final ICodeSigningConfigFunctionOptions.Jsii$Proxy.getCodeSigningConfig()final ICodeSigningConfigFunctionProps.Jsii$Proxy.getCodeSigningConfig()final ICodeSigningConfigSingletonFunctionProps.Jsii$Proxy.getCodeSigningConfig()Methods in software.amazon.awscdk.services.lambda with parameters of type ICodeSigningConfigModifier 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
Methods in software.amazon.awscdk.services.lambda.go that return ICodeSigningConfigModifier and TypeMethodDescriptionfinal ICodeSigningConfigGoFunctionProps.Jsii$Proxy.getCodeSigningConfig()Methods in software.amazon.awscdk.services.lambda.go with parameters of type ICodeSigningConfigModifier 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
Methods in software.amazon.awscdk.services.lambda.nodejs that return ICodeSigningConfigModifier and TypeMethodDescriptionfinal ICodeSigningConfigNodejsFunctionProps.Jsii$Proxy.getCodeSigningConfig()Methods in software.amazon.awscdk.services.lambda.nodejs with parameters of type ICodeSigningConfigModifier 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
Methods in software.amazon.awscdk.services.lambda.python that return ICodeSigningConfigModifier and TypeMethodDescriptionfinal ICodeSigningConfigPythonFunctionProps.Jsii$Proxy.getCodeSigningConfig()Methods in software.amazon.awscdk.services.lambda.python with parameters of type ICodeSigningConfigModifier 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
Methods in software.amazon.awscdk.triggers that return ICodeSigningConfigModifier and TypeMethodDescriptionfinal ICodeSigningConfigTriggerFunctionProps.Jsii$Proxy.getCodeSigningConfig()Methods in software.amazon.awscdk.triggers with parameters of type ICodeSigningConfigModifier and TypeMethodDescriptionTriggerFunction.Builder.codeSigningConfig(ICodeSigningConfig codeSigningConfig) Code signing config associated with this function.TriggerFunctionProps.Builder.codeSigningConfig(ICodeSigningConfig codeSigningConfig) Sets the value ofFunctionOptions.getCodeSigningConfig()