AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The bucket event for which to send notifications.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.ConstantClass
    Amazon.S3.EventType

Namespace: Amazon.S3
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public sealed class EventType : ConstantClass

The EventType type exposes the following members

Constructors

NameDescription
Public Method EventType(string)

Constructs instance of EventType.

Properties

NameTypeDescription
Public Property Value System.String Inherited from Amazon.Runtime.ConstantClass.

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.5 or higher. For .NET 3.5 the SDK follows the standard naming convention of BeginMethodName and EndMethodName to indicate asynchronous operations - these method pairs are not shown in the table below.

NameDescription
Public Method Static Method FindValue(string)

Finds the constant for the unique value.

Fields

NameTypeDescription
Field Static Field ObjectCreatedAll Amazon.S3.EventType

The event encapsulates all the object create events

Field Static Field ObjectCreatedCompleteMultipartUpload Amazon.S3.EventType

Event for completing a multi part upload

Field Static Field ObjectCreatedCopy Amazon.S3.EventType

Event for copy operations

Field Static Field ObjectCreatedPost Amazon.S3.EventType

Event for post operations

Field Static Field ObjectCreatedPut Amazon.S3.EventType

Event for put operations

Field Static Field ObjectRemovedAll Amazon.S3.EventType

This event encapsulates all the object removed events

Field Static Field ObjectRemovedDelete Amazon.S3.EventType

Event for object removed, delete operation.

Field Static Field ObjectRemovedDeleteMarkerCreated Amazon.S3.EventType

Event for object removed, delete marker created operation.

Field Static Field ObjectRestoreAll Amazon.S3.EventType

Event for all object restore

Field Static Field ObjectRestoreCompleted Amazon.S3.EventType

Event for when object restore is completed.

Field Static Field ObjectRestorePost Amazon.S3.EventType

Event for restore post operations.

Field Static Field ReducedRedundancyLostObject Amazon.S3.EventType

Event for objects stored in reduced redundancy and S3 detects the object is lost

Field Static Field ReplicationAll Amazon.S3.EventType

Event for replication of all

Field Static Field ReplicationOperationFailedReplication Amazon.S3.EventType

Event for operation failed replication

Field Static Field ReplicationOperationMissedThreshold Amazon.S3.EventType

Event for replication operation missed threshold

Field Static Field ReplicationOperationNotTracked Amazon.S3.EventType

Evemt for replication operation not tracked

Field Static Field ReplicationOperationReplicatedAfterThreshold Amazon.S3.EventType

Event for operation replicated after threshold

Field Static Field S3IntelligentTiering Amazon.S3.EventType

Event for Intelligent Tiering

Field Static Field S3LifecycleExpirationAll Amazon.S3.EventType

Event for all Lifecycle Expiration events

Field Static Field S3LifecycleExpirationDelete Amazon.S3.EventType

Event for Lifecycle Expiration deletion

Field Static Field S3LifecycleExpirationDeleteMarkerCreated Amazon.S3.EventType

Event for Lifecycle Expiration Delete Marker creation

Field Static Field S3LifecycleTransition Amazon.S3.EventType

Event for Lifecycle Transition

Field Static Field S3ObjectAclPut Amazon.S3.EventType

Event for Object Acl puts

Field Static Field S3ObjectRestoreDelete Amazon.S3.EventType

Event for Object Restore deletes

Field Static Field S3ObjectTaggingAll Amazon.S3.EventType

Event for all Object Tagging events

Field Static Field S3ObjectTaggingDelete Amazon.S3.EventType

Event for Object Tagging deletes

Field Static Field S3ObjectTaggingPut Amazon.S3.EventType

Event for Object Tagging puts

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5