Class: Aws::LookoutMetrics::Types::S3SourceConfig

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

Overview

Contains information about the configuration of the S3 bucket that contains source files.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_format_descriptorTypes::FileFormatDescriptor

Contains information about a source file's formatting.



2447
2448
2449
2450
2451
2452
2453
2454
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2447

class S3SourceConfig < Struct.new(
  :role_arn,
  :templated_path_list,
  :historical_data_path_list,
  :file_format_descriptor)
  SENSITIVE = []
  include Aws::Structure
end

#historical_data_path_listArray<String>

A list of paths to the historical data files.

Returns:

  • (Array<String>)


2447
2448
2449
2450
2451
2452
2453
2454
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2447

class S3SourceConfig < Struct.new(
  :role_arn,
  :templated_path_list,
  :historical_data_path_list,
  :file_format_descriptor)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of an IAM role that has read and write access permissions to the source S3 bucket.

Returns:

  • (String)


2447
2448
2449
2450
2451
2452
2453
2454
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2447

class S3SourceConfig < Struct.new(
  :role_arn,
  :templated_path_list,
  :historical_data_path_list,
  :file_format_descriptor)
  SENSITIVE = []
  include Aws::Structure
end

#templated_path_listArray<String>

A list of templated paths to the source files.

Returns:

  • (Array<String>)


2447
2448
2449
2450
2451
2452
2453
2454
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2447

class S3SourceConfig < Struct.new(
  :role_arn,
  :templated_path_list,
  :historical_data_path_list,
  :file_format_descriptor)
  SENSITIVE = []
  include Aws::Structure
end