aws-cdk-lib.aws_timestream.CfnScheduledQuery.ErrorReportConfigurationProperty

interface ErrorReportConfigurationProperty

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

Configuration required for error reporting.

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 errorReportConfigurationProperty: timestream.CfnScheduledQuery.ErrorReportConfigurationProperty = {
  s3Configuration: {
    bucketName: 'bucketName',

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

Properties

NameTypeDescription
s3ConfigurationIResolvable | S3ConfigurationPropertyThe S3 configuration for the error reports.

s3Configuration

Type: IResolvable | S3ConfigurationProperty

The S3 configuration for the error reports.