@Stability(value=Stable)
public static interface CfnScheduledQuery.ErrorReportConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.timestream.*;
ErrorReportConfigurationProperty errorReportConfigurationProperty = ErrorReportConfigurationProperty.builder()
.s3Configuration(S3ConfigurationProperty.builder()
.bucketName("bucketName")
// the properties below are optional
.encryptionOption("encryptionOption")
.objectKeyPrefix("objectKeyPrefix")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnScheduledQuery.ErrorReportConfigurationProperty.Builder
A builder for
CfnScheduledQuery.ErrorReportConfigurationProperty |
static class |
CfnScheduledQuery.ErrorReportConfigurationProperty.Jsii$Proxy
An implementation for
CfnScheduledQuery.ErrorReportConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnScheduledQuery.ErrorReportConfigurationProperty.Builder |
builder() |
Object |
getS3Configuration()
The S3 configuration for the error reports.
|
@Stability(value=Stable) @NotNull Object getS3Configuration()
@Stability(value=Stable) static CfnScheduledQuery.ErrorReportConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.