Interface CfnScheduledQuery.IS3ConfigurationProperty
Details on S3 location for error reports that result from running a query.
Namespace: Amazon.CDK.AWS.Timestream
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IS3ConfigurationProperty
Syntax (vb)
Public Interface IS3ConfigurationProperty
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.AWS.Timestream;
var s3ConfigurationProperty = new S3ConfigurationProperty {
BucketName = "bucketName",
// the properties below are optional
EncryptionOption = "encryptionOption",
ObjectKeyPrefix = "objectKeyPrefix"
};
Synopsis
Properties
Bucket |
Name of the S3 bucket under which error reports will be created. |
Encryption |
Encryption at rest options for the error reports. |
Object |
Prefix for the error report key. |
Properties
BucketName
Name of the S3 bucket under which error reports will be created.
string BucketName { get; }
Property Value
System.
Remarks
EncryptionOption
Encryption at rest options for the error reports.
virtual string EncryptionOption { get; }
Property Value
System.
Remarks
If no encryption option is specified, Timestream will choose SSE_S3 as default.
ObjectKeyPrefix
Prefix for the error report key.
virtual string ObjectKeyPrefix { get; }
Property Value
System.
Remarks
Timestream by default adds the following prefix to the error report path.