Class: Aws::IoTFleetWise::Types::TimestreamConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#execution_role_arnString

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.

Returns:

  • (String)


4673
4674
4675
4676
4677
4678
# File '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_arnString

The Amazon Resource Name (ARN) of the Amazon Timestream table.

Returns:

  • (String)


4673
4674
4675
4676
4677
4678
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4673

class TimestreamConfig < Struct.new(
  :timestream_table_arn,
  :execution_role_arn)
  SENSITIVE = []
  include Aws::Structure
end