Interface TimestreamwriteTableConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
TimestreamwriteTableConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:55.387Z") @Stability(Stable) public interface TimestreamwriteTableConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTimestreamwriteTableConfig.BuilderA builder forTimestreamwriteTableConfigstatic classTimestreamwriteTableConfig.Jsii$ProxyAn implementation forTimestreamwriteTableConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static TimestreamwriteTableConfig.Builderbuilder()StringgetDatabaseName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/timestreamwrite_table#database_name TimestreamwriteTable#database_name}.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/timestreamwrite_table#id TimestreamwriteTable#id}.default TimestreamwriteTableMagneticStoreWritePropertiesgetMagneticStoreWriteProperties()magnetic_store_write_properties block.default TimestreamwriteTableRetentionPropertiesgetRetentionProperties()retention_properties block.StringgetTableName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/timestreamwrite_table#table_name TimestreamwriteTable#table_name}.default Map<String,String>getTags()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/timestreamwrite_table#tags TimestreamwriteTable#tags}.default Map<String,String>getTagsAll()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/timestreamwrite_table#tags_all TimestreamwriteTable#tags_all}.
-
-
-
Method Detail
-
getDatabaseName
@Stability(Stable) @NotNull String getDatabaseName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/timestreamwrite_table#database_name TimestreamwriteTable#database_name}.
-
getTableName
@Stability(Stable) @NotNull String getTableName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/timestreamwrite_table#table_name TimestreamwriteTable#table_name}.
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/timestreamwrite_table#id TimestreamwriteTable#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getMagneticStoreWriteProperties
@Stability(Stable) @Nullable default TimestreamwriteTableMagneticStoreWriteProperties getMagneticStoreWriteProperties()
magnetic_store_write_properties block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/timestreamwrite_table#magnetic_store_write_properties TimestreamwriteTable#magnetic_store_write_properties}
-
getRetentionProperties
@Stability(Stable) @Nullable default TimestreamwriteTableRetentionProperties getRetentionProperties()
retention_properties block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/timestreamwrite_table#retention_properties TimestreamwriteTable#retention_properties}
-
getTags
@Stability(Stable) @Nullable default Map<String,String> getTags()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/timestreamwrite_table#tags TimestreamwriteTable#tags}.
-
getTagsAll
@Stability(Stable) @Nullable default Map<String,String> getTagsAll()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/timestreamwrite_table#tags_all TimestreamwriteTable#tags_all}.
-
builder
@Stability(Stable) static TimestreamwriteTableConfig.Builder builder()
- Returns:
- a
TimestreamwriteTableConfig.BuilderofTimestreamwriteTableConfig
-
-