Table of Contents

Class SseKmsEncryptedObjectsStatus

Namespace
Amazon.S3
Assembly
AWSSDK.S3.dll

The replication for KMS encrypted S3 objects is disabled if status is not Enabled.

public sealed class SseKmsEncryptedObjectsStatus : ConstantClass
Inheritance
SseKmsEncryptedObjectsStatus

Constructors

SseKmsEncryptedObjectsStatus(string)

public SseKmsEncryptedObjectsStatus(string value)

Parameters

value string

Fields

Disabled

The replication for KMS encrypted S3 objects is disabled.

public static readonly SseKmsEncryptedObjectsStatus Disabled

Field Value

SseKmsEncryptedObjectsStatus

Enabled

The replication for KMS encrypted S3 objects is enabled.

public static readonly SseKmsEncryptedObjectsStatus Enabled

Field Value

SseKmsEncryptedObjectsStatus

Methods

FindValue(string)

Finds the SseKmsEncryptedObjectsStatus instance for the string value

public static SseKmsEncryptedObjectsStatus FindValue(string value)

Parameters

value string

Returns

SseKmsEncryptedObjectsStatus

Operators

implicit operator SseKmsEncryptedObjectsStatus(string)

Converts the string to SseKmsEncryptedObjectsStatus instance

public static implicit operator SseKmsEncryptedObjectsStatus(string value)

Parameters

value string

Returns

SseKmsEncryptedObjectsStatus