Package com.pulumi.aws.iot.outputs
Class TopicRuleErrorActionTimestream
- java.lang.Object
-
- com.pulumi.aws.iot.outputs.TopicRuleErrorActionTimestream
-
public final class TopicRuleErrorActionTimestream extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TopicRuleErrorActionTimestream.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TopicRuleErrorActionTimestream.Builder
builder()
static TopicRuleErrorActionTimestream.Builder
builder(TopicRuleErrorActionTimestream defaults)
java.lang.String
databaseName()
java.util.List<TopicRuleErrorActionTimestreamDimension>
dimensions()
java.lang.String
roleArn()
java.lang.String
tableName()
java.util.Optional<TopicRuleErrorActionTimestreamTimestamp>
timestamp()
-
-
-
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.
-
builder
public static TopicRuleErrorActionTimestream.Builder builder()
-
builder
public static TopicRuleErrorActionTimestream.Builder builder(TopicRuleErrorActionTimestream defaults)
-
-