@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:11.379Z") @Stability(value=Experimental) public interface S3LoggingConfiguration 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.msk.*;
import software.amazon.awscdk.services.s3.*;
Bucket bucket;
S3LoggingConfiguration s3LoggingConfiguration = S3LoggingConfiguration.builder()
.bucket(bucket)
// the properties below are optional
.prefix("prefix")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
S3LoggingConfiguration.Builder
A builder for
S3LoggingConfiguration |
static class |
S3LoggingConfiguration.Jsii$Proxy
An implementation for
S3LoggingConfiguration |
| Modifier and Type | Method and Description |
|---|---|
static S3LoggingConfiguration.Builder |
builder() |
IBucket |
getBucket()
(experimental) The S3 bucket that is the destination for broker logs.
|
default String |
getPrefix()
(experimental) The S3 prefix that is the destination for broker logs.
|
@Stability(value=Experimental) @NotNull IBucket getBucket()
@Stability(value=Experimental) @Nullable default String getPrefix()
Default: - no prefix
@Stability(value=Experimental) static S3LoggingConfiguration.Builder builder()
S3LoggingConfiguration.Builder of S3LoggingConfigurationCopyright © 2022. All rights reserved.