Class: Aws::LookoutMetrics::Types::LambdaConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::LambdaConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Contains information about a Lambda configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lambda_arn ⇒ String
The ARN of the Lambda function.
-
#role_arn ⇒ String
The ARN of an IAM role that has permission to invoke the Lambda function.
Instance Attribute Details
#lambda_arn ⇒ String
The ARN of the Lambda function.
1773 1774 1775 1776 1777 1778 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1773 class LambdaConfiguration < Struct.new( :role_arn, :lambda_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The ARN of an IAM role that has permission to invoke the Lambda function.
1773 1774 1775 1776 1777 1778 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1773 class LambdaConfiguration < Struct.new( :role_arn, :lambda_arn) SENSITIVE = [] include Aws::Structure end |