Class: Aws::Pipes::Types::PipeTargetTimestreamParameters

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb

Overview

The parameters for using a Timestream for LiveAnalytics table as a target.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_mappingsArray<Types::DimensionMapping>

Map source data to dimensions in the target Timestream for LiveAnalytics table.

For more information, see Amazon Timestream for LiveAnalytics concepts

Returns:



2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2698

class PipeTargetTimestreamParameters < Struct.new(
  :time_value,
  :epoch_time_unit,
  :time_field_type,
  :timestamp_format,
  :version_value,
  :dimension_mappings,
  :single_measure_mappings,
  :multi_measure_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#epoch_time_unitString

The granularity of the time units used. Default is MILLISECONDS.

Required if TimeFieldType is specified as EPOCH.

Returns:

  • (String)


2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2698

class PipeTargetTimestreamParameters < Struct.new(
  :time_value,
  :epoch_time_unit,
  :time_field_type,
  :timestamp_format,
  :version_value,
  :dimension_mappings,
  :single_measure_mappings,
  :multi_measure_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#multi_measure_mappingsArray<Types::MultiMeasureMapping>

Maps multiple measures from the source event to the same record in the specified Timestream for LiveAnalytics table.

Returns:



2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2698

class PipeTargetTimestreamParameters < Struct.new(
  :time_value,
  :epoch_time_unit,
  :time_field_type,
  :timestamp_format,
  :version_value,
  :dimension_mappings,
  :single_measure_mappings,
  :multi_measure_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#single_measure_mappingsArray<Types::SingleMeasureMapping>

Mappings of single source data fields to individual records in the specified Timestream for LiveAnalytics table.

Returns:



2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2698

class PipeTargetTimestreamParameters < Struct.new(
  :time_value,
  :epoch_time_unit,
  :time_field_type,
  :timestamp_format,
  :version_value,
  :dimension_mappings,
  :single_measure_mappings,
  :multi_measure_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#time_field_typeString

The type of time value used.

The default is EPOCH.

Returns:

  • (String)


2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2698

class PipeTargetTimestreamParameters < Struct.new(
  :time_value,
  :epoch_time_unit,
  :time_field_type,
  :timestamp_format,
  :version_value,
  :dimension_mappings,
  :single_measure_mappings,
  :multi_measure_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#time_valueString

Dynamic path to the source data field that represents the time value for your data.

Returns:

  • (String)


2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2698

class PipeTargetTimestreamParameters < Struct.new(
  :time_value,
  :epoch_time_unit,
  :time_field_type,
  :timestamp_format,
  :version_value,
  :dimension_mappings,
  :single_measure_mappings,
  :multi_measure_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#timestamp_formatString

How to format the timestamps. For example, YYYY-MM-DDThh:mm:ss.sssTZD.

Required if TimeFieldType is specified as TIMESTAMP_FORMAT.

Returns:

  • (String)


2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2698

class PipeTargetTimestreamParameters < Struct.new(
  :time_value,
  :epoch_time_unit,
  :time_field_type,
  :timestamp_format,
  :version_value,
  :dimension_mappings,
  :single_measure_mappings,
  :multi_measure_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#version_valueString

64 bit version value or source data field that represents the version value for your data.

Write requests with a higher version number will update the existing measure values of the record and version. In cases where the measure value is the same, the version will still be updated.

Default value is 1.

Timestream for LiveAnalytics does not support updating partial measure values in a record.

Write requests for duplicate data with a higher version number will update the existing measure value and version. In cases where the measure value is the same, Version will still be updated. Default value is 1.

Version must be 1 or greater, or you will receive a ValidationException error.

Returns:

  • (String)


2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2698

class PipeTargetTimestreamParameters < Struct.new(
  :time_value,
  :epoch_time_unit,
  :time_field_type,
  :timestamp_format,
  :version_value,
  :dimension_mappings,
  :single_measure_mappings,
  :multi_measure_mappings)
  SENSITIVE = []
  include Aws::Structure
end