Class: Aws::IoTFleetWise::Types::TimestreamConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::TimestreamConfig
- Defined in:
- gems/aws-sdk-iotfleetwise/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.
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.
4673 4674 4675 4676 4677 4678 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4673 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.
4673 4674 4675 4676 4677 4678 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4673 class TimestreamConfig < Struct.new( :timestream_table_arn, :execution_role_arn) SENSITIVE = [] include Aws::Structure end |