Class ServerSideEncryptionMethod
A list of all server-side encryption methods.
public sealed class ServerSideEncryptionMethod : ConstantClass
- Inheritance
-
ServerSideEncryptionMethod
Constructors
ServerSideEncryptionMethod(string)
Construct instance of ServerSideEncryptionMethod.
public ServerSideEncryptionMethod(string value)
Parameters
value
string
Fields
AES256
Use AES 256 server side encryption.
public static readonly ServerSideEncryptionMethod AES256
Field Value
AWSKMS
Use AWS Key Management Service for server side encryption.
public static readonly ServerSideEncryptionMethod AWSKMS
Field Value
None
No server side encryption to be used.
public static readonly ServerSideEncryptionMethod None
Field Value
Methods
FindValue(string)
Finds the constant for the unique value.
public static ServerSideEncryptionMethod FindValue(string value)
Parameters
value
string
Returns
Operators
implicit operator ServerSideEncryptionMethod(string)
Convert string to ServerSideEncryptionCustomerMethod.
public static implicit operator ServerSideEncryptionMethod(string value)
Parameters
value
string