interface S3ConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Timestream.CfnScheduledQuery.S3ConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awstimestream#CfnScheduledQuery_S3ConfigurationProperty |
![]() | software.amazon.awscdk.services.timestream.CfnScheduledQuery.S3ConfigurationProperty |
![]() | aws_cdk.aws_timestream.CfnScheduledQuery.S3ConfigurationProperty |
![]() | 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
Name | Type | Description |
---|---|---|
bucket | string | Name of the S3 bucket under which error reports will be created. |
encryption | string | Encryption at rest options for the error reports. |
object | string | Prefix 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.