AWS::Greengrass::FunctionDefinition DefaultConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Greengrass::FunctionDefinition DefaultConfig

The default configuration that applies to all Lambda functions in the function definition version. Individual Lambda functions can override these settings.

In an Amazon CloudFormation template, DefaultConfig is a property of the FunctionDefinitionVersion property type.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Execution" : Execution }

Properties

Execution

Configuration settings for the Lambda execution environment on the Amazon IoT Greengrass core.

Required: Yes

Type: Execution

Update requires: Replacement

See also