Table of Contents

Class S3SseAlgorithm

Namespace
Amazon.DynamoDBv2
Assembly
AWSSDK.DynamoDBv2.dll

Constants used for properties of type S3SseAlgorithm.

public class S3SseAlgorithm : ConstantClass
Inheritance
S3SseAlgorithm

Constructors

S3SseAlgorithm(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.

public S3SseAlgorithm(string value)

Parameters

value string

Fields

AES256

Constant AES256 for S3SseAlgorithm

public static readonly S3SseAlgorithm AES256

Field Value

S3SseAlgorithm

KMS

Constant KMS for S3SseAlgorithm

public static readonly S3SseAlgorithm KMS

Field Value

S3SseAlgorithm

Methods

FindValue(string)

Finds the constant for the unique value.

public static S3SseAlgorithm FindValue(string value)

Parameters

value string

The unique value for the constant

Returns

S3SseAlgorithm

The constant for the unique value

Operators

implicit operator S3SseAlgorithm(string)

Utility method to convert strings to the constant class.

public static implicit operator S3SseAlgorithm(string value)

Parameters

value string

The string value to convert to the constant class.

Returns

S3SseAlgorithm