Class: Aws::Greengrass::Types::FunctionDefaultConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#executionTypes::FunctionDefaultExecutionConfig

Configuration information that specifies how a Lambda function runs.



1753
1754
1755
1756
1757
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1753

class FunctionDefaultConfig < Struct.new(
  :execution)
  SENSITIVE = []
  include Aws::Structure
end