Uses of Interface
software.amazon.awscdk.services.lambda.CfnFunction.EnvironmentProperty
Packages that use CfnFunction.EnvironmentProperty
-
Uses of CfnFunction.EnvironmentProperty in software.amazon.awscdk.services.lambda
Classes in software.amazon.awscdk.services.lambda that implement CfnFunction.EnvironmentPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnFunction.EnvironmentPropertyMethods in software.amazon.awscdk.services.lambda that return CfnFunction.EnvironmentPropertyModifier and TypeMethodDescriptionCfnFunction.EnvironmentProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.lambda with parameters of type CfnFunction.EnvironmentPropertyModifier 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()voidCfnFunction.setEnvironment(CfnFunction.EnvironmentProperty value) Environment variables that are accessible from function code during execution.