Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type Args struct + DatabaseName terra.StringValue + Id terra.StringValue + MagneticStoreWriteProperties *MagneticStoreWriteProperties + RetentionProperties *RetentionProperties + TableName terra.StringValue + Tags terra.MapValue[terra.StringValue] + TagsAll terra.MapValue[terra.StringValue] + type MagneticStoreWriteProperties struct + EnableMagneticStoreWrites terra.BoolValue + MagneticStoreRejectedDataLocation *MagneticStoreWritePropertiesMagneticStoreRejectedDataLocation + type MagneticStoreWritePropertiesAttributes struct + func (mswp MagneticStoreWritePropertiesAttributes) EnableMagneticStoreWrites() terra.BoolValue + func (mswp MagneticStoreWritePropertiesAttributes) InternalRef() (terra.Reference, error) + func (mswp MagneticStoreWritePropertiesAttributes) InternalTokens() (hclwrite.Tokens, error) + func (mswp MagneticStoreWritePropertiesAttributes) InternalWithRef(ref terra.Reference) MagneticStoreWritePropertiesAttributes + func (mswp MagneticStoreWritePropertiesAttributes) MagneticStoreRejectedDataLocation() ... + type MagneticStoreWritePropertiesMagneticStoreRejectedDataLocation struct + S3Configuration *MagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3Configuration + type MagneticStoreWritePropertiesMagneticStoreRejectedDataLocationAttributes struct + func (msrdl MagneticStoreWritePropertiesMagneticStoreRejectedDataLocationAttributes) InternalRef() (terra.Reference, error) + func (msrdl MagneticStoreWritePropertiesMagneticStoreRejectedDataLocationAttributes) InternalTokens() (hclwrite.Tokens, error) + func (msrdl MagneticStoreWritePropertiesMagneticStoreRejectedDataLocationAttributes) InternalWithRef(ref terra.Reference) MagneticStoreWritePropertiesMagneticStoreRejectedDataLocationAttributes + func (msrdl MagneticStoreWritePropertiesMagneticStoreRejectedDataLocationAttributes) S3Configuration() ... + type MagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3Configuration struct + BucketName terra.StringValue + EncryptionOption terra.StringValue + KmsKeyId terra.StringValue + ObjectKeyPrefix terra.StringValue + type MagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3ConfigurationAttributes struct + func (sc MagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3ConfigurationAttributes) BucketName() terra.StringValue + func (sc MagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3ConfigurationAttributes) EncryptionOption() terra.StringValue + func (sc MagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3ConfigurationAttributes) InternalRef() (terra.Reference, error) + func (sc MagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3ConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error) + func (sc MagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3ConfigurationAttributes) InternalWithRef(ref terra.Reference) ... + func (sc MagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3ConfigurationAttributes) KmsKeyId() terra.StringValue + func (sc MagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3ConfigurationAttributes) ObjectKeyPrefix() terra.StringValue + type MagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3ConfigurationState struct + BucketName string + EncryptionOption string + KmsKeyId string + ObjectKeyPrefix string + type MagneticStoreWritePropertiesMagneticStoreRejectedDataLocationState struct + S3Configuration []MagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3ConfigurationState + type MagneticStoreWritePropertiesState struct + EnableMagneticStoreWrites bool + MagneticStoreRejectedDataLocation []MagneticStoreWritePropertiesMagneticStoreRejectedDataLocationState + type Resource struct + Args Args + DependsOn terra.Dependencies + Lifecycle *terra.Lifecycle + Name string + func New(name string, args Args) *Resource + func (att *Resource) Attributes() awsTimestreamwriteTableAttributes + func (att *Resource) Configuration() interface{} + func (att *Resource) DependOn() terra.Reference + func (att *Resource) Dependencies() terra.Dependencies + func (att *Resource) ImportState(state io.Reader) error + func (att *Resource) LifecycleManagement() *terra.Lifecycle + func (att *Resource) LocalName() string + func (att *Resource) State() (*awsTimestreamwriteTableState, bool) + func (att *Resource) StateMust() *awsTimestreamwriteTableState + func (att *Resource) Type() string + type RetentionProperties struct + MagneticStoreRetentionPeriodInDays terra.NumberValue + MemoryStoreRetentionPeriodInHours terra.NumberValue + type RetentionPropertiesAttributes struct + func (rp RetentionPropertiesAttributes) InternalRef() (terra.Reference, error) + func (rp RetentionPropertiesAttributes) InternalTokens() (hclwrite.Tokens, error) + func (rp RetentionPropertiesAttributes) InternalWithRef(ref terra.Reference) RetentionPropertiesAttributes + func (rp RetentionPropertiesAttributes) MagneticStoreRetentionPeriodInDays() terra.NumberValue + func (rp RetentionPropertiesAttributes) MemoryStoreRetentionPeriodInHours() terra.NumberValue + type RetentionPropertiesState struct + MagneticStoreRetentionPeriodInDays float64 + MemoryStoreRetentionPeriodInHours float64