Package-level declarations
Types
Link copied to clipboard
enum ScheduledQueryDimensionValueType : Enum<ScheduledQueryDimensionValueType> , ConvertibleToJava<ScheduledQueryDimensionValueType>
Type for the dimension.
Link copied to clipboard
enum ScheduledQueryEncryptionOption : Enum<ScheduledQueryEncryptionOption> , ConvertibleToJava<ScheduledQueryEncryptionOption>
Encryption at rest options for the error reports. If no encryption option is specified, Timestream will choose SSE_S3 as default.
Link copied to clipboard
enum ScheduledQueryMixedMeasureMappingMeasureValueType : Enum<ScheduledQueryMixedMeasureMappingMeasureValueType> , ConvertibleToJava<ScheduledQueryMixedMeasureMappingMeasureValueType>
Type of the value that is to be read from SourceColumn. If the mapping is for MULTI, use MeasureValueType.MULTI.
Link copied to clipboard
enum ScheduledQueryMultiMeasureAttributeMappingMeasureValueType : Enum<ScheduledQueryMultiMeasureAttributeMappingMeasureValueType> , ConvertibleToJava<ScheduledQueryMultiMeasureAttributeMappingMeasureValueType>
Value type of the measure value column to be read from the query result.
Link copied to clipboard
enum TablePartitionKeyEnforcementLevel : Enum<TablePartitionKeyEnforcementLevel> , ConvertibleToJava<TablePartitionKeyEnforcementLevel>
The level of enforcement for the specification of a dimension key in ingested records. Options are REQUIRED (dimension key must be specified) and OPTIONAL (dimension key does not have to be specified).
Link copied to clipboard
The type of the partition key. Options are DIMENSION (dimension key) and MEASURE (measure key).