Class TopicRuleErrorActionTimestream


  • public final class TopicRuleErrorActionTimestream
    extends java.lang.Object
    • Method Detail

      • databaseName

        public java.lang.String databaseName()
        Returns:
        The name of an Amazon Timestream database.
      • dimensions

        public java.util.List<TopicRuleErrorActionTimestreamDimension> dimensions()
        Returns:
        Configuration blocks with metadata attributes of the time series that are written in each measure record. Nested arguments below.
      • roleArn

        public java.lang.String roleArn()
        Returns:
        The ARN of the role that grants permission to write to the Amazon Timestream database table.
      • tableName

        public java.lang.String tableName()
        Returns:
        The name of the database table into which to write the measure records.
      • timestamp

        public java.util.Optional<TopicRuleErrorActionTimestreamTimestamp> timestamp()
        Returns:
        Configuration block specifying an application-defined value to replace the default value assigned to the Timestream record's timestamp in the time column. Nested arguments below.