@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:56.231Z")
public interface S3LoggingConfiguration
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 java.lang.String |
getPrefix()
(experimental) The S3 prefix that is the destination for broker logs.
|
IBucket getBucket()
default java.lang.String getPrefix()
Default: - no prefix
static S3LoggingConfiguration.Builder builder()
S3LoggingConfiguration.Builder
of S3LoggingConfiguration