@Stability(value=Stable)
public static interface CfnReportGroup.S3ReportExportConfigProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnReportGroup.S3ReportExportConfigProperty.Builder
A builder for
CfnReportGroup.S3ReportExportConfigProperty |
static class |
CfnReportGroup.S3ReportExportConfigProperty.Jsii$Proxy
An implementation for
CfnReportGroup.S3ReportExportConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnReportGroup.S3ReportExportConfigProperty.Builder |
builder() |
String |
getBucket()
`CfnReportGroup.S3ReportExportConfigProperty.Bucket`.
|
default String |
getBucketOwner()
`CfnReportGroup.S3ReportExportConfigProperty.BucketOwner`.
|
default Object |
getEncryptionDisabled()
`CfnReportGroup.S3ReportExportConfigProperty.EncryptionDisabled`.
|
default String |
getEncryptionKey()
`CfnReportGroup.S3ReportExportConfigProperty.EncryptionKey`.
|
default String |
getPackaging()
`CfnReportGroup.S3ReportExportConfigProperty.Packaging`.
|
default String |
getPath()
`CfnReportGroup.S3ReportExportConfigProperty.Path`.
|
@Stability(value=Stable) @NotNull String getBucket()
@Stability(value=Stable) @Nullable default String getBucketOwner()
@Stability(value=Stable) @Nullable default Object getEncryptionDisabled()
@Stability(value=Stable) @Nullable default String getEncryptionKey()
@Stability(value=Stable) @Nullable default String getPackaging()
@Stability(value=Stable) @Nullable default String getPath()
@Stability(value=Stable) static CfnReportGroup.S3ReportExportConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.