Class: Aws::GreengrassV2::Types::LambdaFunctionRecipeSource

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

Overview

Contains information about an Lambda function to import to create a component.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_dependenciesHash<String,Types::ComponentDependencyRequirement>

The component versions on which this Lambda function component depends.

Returns:



2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2255

class LambdaFunctionRecipeSource < Struct.new(
  :lambda_arn,
  :component_name,
  :component_version,
  :component_platforms,
  :component_dependencies,
  :component_lambda_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#component_lambda_parametersTypes::LambdaExecutionParameters

The system and runtime parameters for the Lambda function as it runs on the Greengrass core device.



2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2255

class LambdaFunctionRecipeSource < Struct.new(
  :lambda_arn,
  :component_name,
  :component_version,
  :component_platforms,
  :component_dependencies,
  :component_lambda_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#component_nameString

The name of the component.

Defaults to the name of the Lambda function.

Returns:

  • (String)


2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2255

class LambdaFunctionRecipeSource < Struct.new(
  :lambda_arn,
  :component_name,
  :component_version,
  :component_platforms,
  :component_dependencies,
  :component_lambda_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#component_platformsArray<Types::ComponentPlatform>

The platforms that the component version supports.

Returns:



2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2255

class LambdaFunctionRecipeSource < Struct.new(
  :lambda_arn,
  :component_name,
  :component_version,
  :component_platforms,
  :component_dependencies,
  :component_lambda_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#component_versionString

The version of the component.

Defaults to the version of the Lambda function as a semantic version. For example, if your function version is 3, the component version becomes 3.0.0.

Returns:

  • (String)


2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2255

class LambdaFunctionRecipeSource < Struct.new(
  :lambda_arn,
  :component_name,
  :component_version,
  :component_platforms,
  :component_dependencies,
  :component_lambda_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#lambda_arnString

The ARN of the Lambda function. The ARN must include the version of the function to import. You can't use version aliases like $LATEST.

Returns:

  • (String)


2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2255

class LambdaFunctionRecipeSource < Struct.new(
  :lambda_arn,
  :component_name,
  :component_version,
  :component_platforms,
  :component_dependencies,
  :component_lambda_parameters)
  SENSITIVE = []
  include Aws::Structure
end