Class CfnTablePropsMixin.MagneticStoreWritePropertiesProperty
The set of properties on a table for configuring magnetic store writes.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Timestream
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTablePropsMixin.MagneticStoreWritePropertiesProperty : CfnTablePropsMixin.IMagneticStoreWritePropertiesProperty
Syntax (vb)
Public Class CfnTablePropsMixin.MagneticStoreWritePropertiesProperty Implements CfnTablePropsMixin.IMagneticStoreWritePropertiesProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Timestream;
var magneticStoreWritePropertiesProperty = new MagneticStoreWritePropertiesProperty {
EnableMagneticStoreWrites = false,
MagneticStoreRejectedDataLocation = new MagneticStoreRejectedDataLocationProperty {
S3Configuration = new S3ConfigurationProperty {
BucketName = "bucketName",
EncryptionOption = "encryptionOption",
KmsKeyId = "kmsKeyId",
ObjectKeyPrefix = "objectKeyPrefix"
}
}
};
Synopsis
Constructors
| MagneticStoreWritePropertiesProperty() | The set of properties on a table for configuring magnetic store writes. |
Properties
| EnableMagneticStoreWrites | A flag to enable magnetic store writes. |
| MagneticStoreRejectedDataLocation | The location to write error reports for records rejected asynchronously during magnetic store writes. |
Constructors
MagneticStoreWritePropertiesProperty()
The set of properties on a table for configuring magnetic store writes.
public MagneticStoreWritePropertiesProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Timestream;
var magneticStoreWritePropertiesProperty = new MagneticStoreWritePropertiesProperty {
EnableMagneticStoreWrites = false,
MagneticStoreRejectedDataLocation = new MagneticStoreRejectedDataLocationProperty {
S3Configuration = new S3ConfigurationProperty {
BucketName = "bucketName",
EncryptionOption = "encryptionOption",
KmsKeyId = "kmsKeyId",
ObjectKeyPrefix = "objectKeyPrefix"
}
}
};
Properties
EnableMagneticStoreWrites
A flag to enable magnetic store writes.
public object? EnableMagneticStoreWrites { get; set; }
Property Value
Remarks
MagneticStoreRejectedDataLocation
The location to write error reports for records rejected asynchronously during magnetic store writes.
public object? MagneticStoreRejectedDataLocation { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnTablePropsMixin.IMagneticStoreRejectedDataLocationProperty