Class: Aws::ChimeSDKMediaPipelines::Types::LambdaFunctionSinkConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkmediapipelines/types.rb

Overview

A structure that contains the configuration settings for an AWS Lambda function’s data sink.

Constant Summary collapse

SENSITIVE =
[:insights_target]

Instance Attribute Summary collapse

Instance Attribute Details

#insights_targetString

The ARN of the sink.

Returns:

  • (String)


1827
1828
1829
1830
1831
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1827

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