public static interface CfnBucket.EventBridgeConfigurationProperty
Unlike other destinations, delivery of events to EventBridge can be either enabled or disabled for a bucket. If enabled, all events will be sent to EventBridge and you can use EventBridge rules to route events to additional targets. For more information, see What Is Amazon EventBridge in the Amazon EventBridge User Guide
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.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 java.lang.Object |
getEventBridgeEnabled()
Enables delivery of events to Amazon EventBridge.
|
default java.lang.Object getEventBridgeEnabled()
static CfnBucket.EventBridgeConfigurationProperty.Builder builder()