Show / Hide Table of Contents

Class CfnBucket.EventBridgeConfigurationProperty

Amazon S3 can send events to Amazon EventBridge whenever certain events happen in your bucket, see Using EventBridge in the Amazon S3 User Guide .

Inheritance
System.Object
CfnBucket.EventBridgeConfigurationProperty
Implements
CfnBucket.IEventBridgeConfigurationProperty
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.AWS.S3.dll
Syntax (csharp)
public class EventBridgeConfigurationProperty : Object, CfnBucket.IEventBridgeConfigurationProperty
Syntax (vb)
Public Class EventBridgeConfigurationProperty
    Inherits Object
    Implements CfnBucket.IEventBridgeConfigurationProperty
Remarks

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfig-eventbridgeconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.S3;

EventBridgeConfigurationProperty eventBridgeConfigurationProperty = new EventBridgeConfigurationProperty {
    EventBridgeEnabled = false
};

Synopsis

Constructors

EventBridgeConfigurationProperty()

Properties

EventBridgeEnabled

Enables delivery of events to Amazon EventBridge.

Constructors

EventBridgeConfigurationProperty()

public EventBridgeConfigurationProperty()

Properties

EventBridgeEnabled

Enables delivery of events to Amazon EventBridge.

public object EventBridgeEnabled { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfig-eventbridgeconfig.html#cfn-s3-bucket-eventbridgeconfiguration-eventbridgeenabled

Implements

CfnBucket.IEventBridgeConfigurationProperty
Back to top Generated by DocFX