@Stability(value=Stable)
public static interface CfnTopicRule.TimestreamActionProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTopicRule.TimestreamActionProperty.Builder
A builder for
CfnTopicRule.TimestreamActionProperty |
static class |
CfnTopicRule.TimestreamActionProperty.Jsii$Proxy
An implementation for
CfnTopicRule.TimestreamActionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTopicRule.TimestreamActionProperty.Builder |
builder() |
String |
getDatabaseName()
`CfnTopicRule.TimestreamActionProperty.DatabaseName`.
|
Object |
getDimensions()
`CfnTopicRule.TimestreamActionProperty.Dimensions`.
|
String |
getRoleArn()
`CfnTopicRule.TimestreamActionProperty.RoleArn`.
|
String |
getTableName()
`CfnTopicRule.TimestreamActionProperty.TableName`.
|
default Object |
getTimestamp()
`CfnTopicRule.TimestreamActionProperty.Timestamp`.
|
@Stability(value=Stable) @NotNull String getDatabaseName()
@Stability(value=Stable) @NotNull Object getDimensions()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @NotNull String getTableName()
@Stability(value=Stable) @Nullable default Object getTimestamp()
@Stability(value=Stable) static CfnTopicRule.TimestreamActionProperty.Builder builder()
Copyright © 2021. All rights reserved.