Uses of Interface
software.amazon.awscdk.services.lambda.CfnFunction.ImageConfigProperty
-
Uses of CfnFunction.ImageConfigProperty in software.amazon.awscdk.services.lambda
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnFunction.ImageConfigProperty
Modifier and TypeMethodDescriptionCfnFunction.ImageConfigProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnFunction.Builder.imageConfig
(CfnFunction.ImageConfigProperty imageConfig) Configuration values that override the container image Dockerfile settings.CfnFunctionProps.Builder.imageConfig
(CfnFunction.ImageConfigProperty imageConfig) Sets the value ofCfnFunctionProps.getImageConfig()
void
CfnFunction.setImageConfig
(CfnFunction.ImageConfigProperty value) Configuration values that override the container image Dockerfile settings.