Class: Aws::LookoutMetrics::Types::AppFlowConfig

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

Overview

Details about an Amazon AppFlow flow datasource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_nameString

name of the flow.

Returns:

  • (String)


455
456
457
458
459
460
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 455

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

#role_arnString

An IAM role that gives Amazon Lookout for Metrics permission to access the flow.

Returns:

  • (String)


455
456
457
458
459
460
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 455

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