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

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

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)


3724
3725
3726
3727
3728
3729
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3724

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)


3724
3725
3726
3727
3728
3729
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3724

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