aws-cdk-lib.aws_timestream.CfnScheduledQuery.S3ConfigurationProperty

interface S3ConfigurationProperty

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

Details on S3 location for error reports that result from running a query.

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 s3ConfigurationProperty: timestream.CfnScheduledQuery.S3ConfigurationProperty = {
  bucketName: 'bucketName',

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

Properties

NameTypeDescription
bucketNamestringName of the S3 bucket under which error reports will be created.
encryptionOption?stringEncryption at rest options for the error reports.
objectKeyPrefix?stringPrefix for the error report key.

bucketName

Type: string

Name of the S3 bucket under which error reports will be created.


encryptionOption?

Type: string (optional)

Encryption at rest options for the error reports.

If no encryption option is specified, Timestream will choose SSE_S3 as default.


objectKeyPrefix?

Type: string (optional)

Prefix for the error report key.

Timestream by default adds the following prefix to the error report path.