AWS SDK Version 4 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 class EventType : ConstantClass

The EventType type exposes the following members

Constructors

NameDescription
Public Method EventType(string)

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

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.7.2 or higher.

NameDescription
Public Method Static Method FindValue(string)

Finds the constant for the unique value.

Fields

NameTypeDescription
Field Static Field ObjectCreatedAll Amazon.S3.EventType

Constant ObjectCreatedAll for EventType

Field Static Field ObjectCreatedCompleteMultipartUpload Amazon.S3.EventType

Constant ObjectCreatedCompleteMultipartUpload for EventType

Field Static Field ObjectCreatedCopy Amazon.S3.EventType

Constant ObjectCreatedCopy for EventType

Field Static Field ObjectCreatedPost Amazon.S3.EventType

Constant ObjectCreatedPost for EventType

Field Static Field ObjectCreatedPut Amazon.S3.EventType

Constant ObjectCreatedPut for EventType

Field Static Field ObjectRemovedAll Amazon.S3.EventType

Constant ObjectRemovedAll for EventType

Field Static Field ObjectRemovedDelete Amazon.S3.EventType

Constant ObjectRemovedDelete for EventType

Field Static Field ObjectRemovedDeleteMarkerCreated Amazon.S3.EventType

Constant ObjectRemovedDeleteMarkerCreated for EventType

Field Static Field ObjectRestoreAll Amazon.S3.EventType

Constant ObjectRestoreAll for EventType

Field Static Field ObjectRestoreCompleted Amazon.S3.EventType

Constant ObjectRestoreCompleted for EventType

Field Static Field ObjectRestorePost Amazon.S3.EventType

Constant ObjectRestorePost for EventType

Field Static Field ReducedRedundancyLostObject Amazon.S3.EventType

Constant ReducedRedundancyLostObject for EventType

Field Static Field ReplicationAll Amazon.S3.EventType

Constant ReplicationAll for EventType

Field Static Field ReplicationOperationFailedReplication Amazon.S3.EventType

Constant ReplicationOperationFailedReplication for EventType

Field Static Field ReplicationOperationMissedThreshold Amazon.S3.EventType

Constant ReplicationOperationMissedThreshold for EventType

Field Static Field ReplicationOperationNotTracked Amazon.S3.EventType

Constant ReplicationOperationNotTracked for EventType

Field Static Field ReplicationOperationReplicatedAfterThreshold Amazon.S3.EventType

Constant ReplicationOperationReplicatedAfterThreshold for EventType

Field Static Field S3IntelligentTiering Amazon.S3.EventType

Constant S3IntelligentTiering for EventType

Field Static Field S3LifecycleExpirationAll Amazon.S3.EventType

Constant S3LifecycleExpirationAll for EventType

Field Static Field S3LifecycleExpirationDelete Amazon.S3.EventType

Constant S3LifecycleExpirationDelete for EventType

Field Static Field S3LifecycleExpirationDeleteMarkerCreated Amazon.S3.EventType

Constant S3LifecycleExpirationDeleteMarkerCreated for EventType

Field Static Field S3LifecycleTransition Amazon.S3.EventType

Constant S3LifecycleTransition for EventType

Field Static Field S3ObjectAclPut Amazon.S3.EventType

Constant S3ObjectAclPut for EventType

Field Static Field S3ObjectRestoreDelete Amazon.S3.EventType

Constant S3ObjectRestoreDelete for EventType

Field Static Field S3ObjectTaggingAll Amazon.S3.EventType

Constant S3ObjectTaggingAll for EventType

Field Static Field S3ObjectTaggingDelete Amazon.S3.EventType

Constant S3ObjectTaggingDelete for EventType

Field Static Field S3ObjectTaggingPut Amazon.S3.EventType

Constant S3ObjectTaggingPut for EventType

Code Examples

Explore code examples in the AWS SDK Code Examples Code Library.

Api

Scenarios

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer