@Stability(value=Stable)
public static interface CfnBucket.EventBridgeConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.s3.*;
EventBridgeConfigurationProperty eventBridgeConfigurationProperty = EventBridgeConfigurationProperty.builder()
.eventBridgeEnabled(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBucket.EventBridgeConfigurationProperty.Builder
A builder for
CfnBucket.EventBridgeConfigurationProperty |
static class |
CfnBucket.EventBridgeConfigurationProperty.Jsii$Proxy
An implementation for
CfnBucket.EventBridgeConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBucket.EventBridgeConfigurationProperty.Builder |
builder() |
default Object |
getEventBridgeEnabled()
`CfnBucket.EventBridgeConfigurationProperty.EventBridgeEnabled`.
|
@Stability(value=Stable) @Nullable default Object getEventBridgeEnabled()
@Stability(value=Stable) static CfnBucket.EventBridgeConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.