aws-cdk-lib.aws_timestream.CfnTable.MagneticStoreRejectedDataLocationProperty

interface MagneticStoreRejectedDataLocationProperty

LanguageType name
.NETAmazon.CDK.AWS.Timestream.CfnTable.MagneticStoreRejectedDataLocationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awstimestream#CfnTable_MagneticStoreRejectedDataLocationProperty
Javasoftware.amazon.awscdk.services.timestream.CfnTable.MagneticStoreRejectedDataLocationProperty
Pythonaws_cdk.aws_timestream.CfnTable.MagneticStoreRejectedDataLocationProperty
TypeScript aws-cdk-lib » aws_timestream » CfnTable » MagneticStoreRejectedDataLocationProperty

The location to write error reports for records rejected, asynchronously, during magnetic store writes.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_timestream as timestream } from 'aws-cdk-lib';
const magneticStoreRejectedDataLocationProperty: timestream.CfnTable.MagneticStoreRejectedDataLocationProperty = {
  s3Configuration: {
    bucketName: 'bucketName',
    encryptionOption: 'encryptionOption',

    // the properties below are optional
    kmsKeyId: 'kmsKeyId',
    objectKeyPrefix: 'objectKeyPrefix',
  },
};

Properties

NameTypeDescription
s3Configuration?IResolvable | S3ConfigurationPropertyConfiguration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes.

s3Configuration?

Type: IResolvable | S3ConfigurationProperty (optional)

Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes.