Uses of Interface
software.amazon.awscdk.services.greengrass.CfnFunctionDefinitionVersion.DefaultConfigProperty
-
Uses of CfnFunctionDefinitionVersion.DefaultConfigProperty in software.amazon.awscdk.services.greengrass
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnFunctionDefinitionVersion.DefaultConfigProperty
Modifier and TypeMethodDescriptionCfnFunctionDefinitionVersion.DefaultConfigProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnFunctionDefinitionVersion.Builder.defaultConfig
(CfnFunctionDefinitionVersion.DefaultConfigProperty defaultConfig) The default configuration that applies to all Lambda functions in the group.CfnFunctionDefinitionVersionProps.Builder.defaultConfig
(CfnFunctionDefinitionVersion.DefaultConfigProperty defaultConfig) Sets the value ofCfnFunctionDefinitionVersionProps.getDefaultConfig()
void
CfnFunctionDefinitionVersion.setDefaultConfig
(CfnFunctionDefinitionVersion.DefaultConfigProperty value) The default configuration that applies to all Lambda functions in the group.