Class: Aws::LookoutMetrics::Types::S3SourceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::S3SourceConfig
- Includes:
- Structure
- Defined in:
- 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
-
#file_format_descriptor ⇒ Types::FileFormatDescriptor
Contains information about a source file’s formatting.
-
#historical_data_path_list ⇒ Array<String>
A list of paths to the historical data files.
-
#role_arn ⇒ String
The ARN of an IAM role that has read and write access permissions to the source S3 bucket.
-
#templated_path_list ⇒ Array<String>
A list of templated paths to the source files.
Instance Attribute Details
#file_format_descriptor ⇒ Types::FileFormatDescriptor
Contains information about a source file’s formatting.
2447 2448 2449 2450 2451 2452 2453 2454 |
# File '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_list ⇒ Array<String>
A list of paths to the historical data files.
2447 2448 2449 2450 2451 2452 2453 2454 |
# File '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_arn ⇒ String
The ARN of an IAM role that has read and write access permissions to the source S3 bucket.
2447 2448 2449 2450 2451 2452 2453 2454 |
# File '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_list ⇒ Array<String>
A list of templated paths to the source files.
2447 2448 2449 2450 2451 2452 2453 2454 |
# File '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 |