Uses of Interface
software.amazon.awscdk.services.lambda.CfnFunction.EnvironmentProperty
-
Uses of CfnFunction.EnvironmentProperty in software.amazon.awscdk.services.lambda
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnFunction.EnvironmentProperty
Modifier and TypeMethodDescriptionCfnFunction.EnvironmentProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnFunction.Builder.environment
(CfnFunction.EnvironmentProperty environment) Environment variables that are accessible from function code during execution.CfnFunctionProps.Builder.environment
(CfnFunction.EnvironmentProperty environment) Sets the value ofCfnFunctionProps.getEnvironment()
void
CfnFunction.setEnvironment
(CfnFunction.EnvironmentProperty value) Environment variables that are accessible from function code during execution.