Class: Aws::LookoutMetrics::Types::LambdaConfiguration

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

Overview

Contains information about a Lambda configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lambda_arnString

The ARN of the Lambda function.

Returns:

  • (String)


1773
1774
1775
1776
1777
1778
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1773

class LambdaConfiguration < Struct.new(
  :role_arn,
  :lambda_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of an IAM role that has permission to invoke the Lambda function.

Returns:

  • (String)


1773
1774
1775
1776
1777
1778
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1773

class LambdaConfiguration < Struct.new(
  :role_arn,
  :lambda_arn)
  SENSITIVE = []
  include Aws::Structure
end