/dhall-aws-cloudformation/cloudformation/AWS::Timestream::Table/MagneticStoreWriteProperties.dhall

Copy path to clipboard

Source

{ Type =
{ EnableMagneticStoreWrites : Bool
, MagneticStoreRejectedDataLocation :
Optional (./MagneticStoreRejectedDataLocation.dhall).Type
}
, default.MagneticStoreRejectedDataLocation
= None (./MagneticStoreRejectedDataLocation.dhall).Type
}