AWS::Timestream::Table MagneticStoreWriteProperties
The set of properties on a table for configuring magnetic store writes.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "EnableMagneticStoreWrites" :
Boolean
, "MagneticStoreRejectedDataLocation" :MagneticStoreRejectedDataLocation
}
YAML
EnableMagneticStoreWrites:
Boolean
MagneticStoreRejectedDataLocation:MagneticStoreRejectedDataLocation
Properties
EnableMagneticStoreWrites
-
A flag to enable magnetic store writes.
Required: Yes
Type: Boolean
Update requires: No interruption
MagneticStoreRejectedDataLocation
-
The location to write error reports for records rejected asynchronously during magnetic store writes.
Required: No
Type: MagneticStoreRejectedDataLocation
Update requires: No interruption