You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing FunctionDefaultConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  execution: {
    isolation_mode: "GreengrassContainer", # accepts GreengrassContainer, NoContainer
    run_as: {
      gid: 1,
      uid: 1,
    },
  },
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#executionTypes::FunctionDefaultExecutionConfig

Configuration information that specifies how a Lambda function runs.

Returns: