Class: Aws::IoTFleetWise::Types::TimestreamConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::TimestreamConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
The Amazon Timestream table where the Amazon Web Services IoT FleetWise campaign sends data. Timestream stores and organizes data to optimize query processing time and to reduce storage costs. For more information, see [Data modeling] in the *Amazon Timestream Developer Guide*.
[1]: docs.aws.amazon.com/timestream/latest/developerguide/data-modeling.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_role_arn ⇒ String
The Amazon Resource Name (ARN) of the task execution role that grants Amazon Web Services IoT FleetWise permission to deliver data to the Amazon Timestream table.
-
#timestream_table_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Timestream table.
Instance Attribute Details
#execution_role_arn ⇒ String
The Amazon Resource Name (ARN) of the task execution role that grants Amazon Web Services IoT FleetWise permission to deliver data to the Amazon Timestream table.
4608 4609 4610 4611 4612 4613 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4608 class TimestreamConfig < Struct.new( :timestream_table_arn, :execution_role_arn) SENSITIVE = [] include Aws::Structure end |
#timestream_table_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Timestream table.
4608 4609 4610 4611 4612 4613 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4608 class TimestreamConfig < Struct.new( :timestream_table_arn, :execution_role_arn) SENSITIVE = [] include Aws::Structure end |