Class SseKmsEncryptedObjectsStatus
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
Enabled
The replication for KMS encrypted S3 objects is enabled.
public static readonly SseKmsEncryptedObjectsStatus Enabled
Field Value
Methods
FindValue(string)
Finds the SseKmsEncryptedObjectsStatus instance for the string value
public static SseKmsEncryptedObjectsStatus FindValue(string value)
Parameters
value
string
Returns
Operators
implicit operator SseKmsEncryptedObjectsStatus(string)
Converts the string to SseKmsEncryptedObjectsStatus instance
public static implicit operator SseKmsEncryptedObjectsStatus(string value)
Parameters
value
string