Interface CfnTablePropsMixin.IMagneticStoreRejectedDataLocationProperty
The location to write error reports for records rejected, asynchronously, during magnetic store writes.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Timestream.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnTablePropsMixin.IMagneticStoreRejectedDataLocationProperty
Syntax (vb)
Public Interface CfnTablePropsMixin.IMagneticStoreRejectedDataLocationProperty
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.Mixins.Preview.AWS.Timestream.Mixins;
var magneticStoreRejectedDataLocationProperty = new MagneticStoreRejectedDataLocationProperty {
S3Configuration = new S3ConfigurationProperty {
BucketName = "bucketName",
EncryptionOption = "encryptionOption",
KmsKeyId = "kmsKeyId",
ObjectKeyPrefix = "objectKeyPrefix"
}
};
Synopsis
Properties
| S3Configuration | Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes. |
Properties
S3Configuration
Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes.
object? S3Configuration { get; }