# AWS::Timestream::Table MagneticStoreWriteProperties The properties that determine whether magnetic store writes are enabled. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "EnableMagneticStoreWrites" : Boolean,
    "MagneticStoreRejectedDataLocation" : MagneticStoreWriteProperties
}
### YAML
EnableMagneticStoreWrites: Boolean
MagneticStoreRejectedDataLocation: MagneticStoreWriteProperties
## Properties #### EnableMagneticStoreWrites Boolean flag indicating whether magnetic store writes are enabled. _Required_: Yes _Type_: Boolean _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### MagneticStoreRejectedDataLocation _Required_: No _Type_: MagneticStoreWriteProperties _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)