AWS SDK for .NET Documentation
DynamoDBHashKeyAttribute Constructor (attributeName, converter)
AmazonAmazon.DynamoDBv2.DataModelDynamoDBHashKeyAttributeDynamoDBHashKeyAttribute(String, Type) Did this page help you?   Yes   No    Tell us about it...
Constructor that specifies an alternate attribute name and a custom converter. Converter must be the type of a class that implements IPropertyConverter.
Declaration Syntax
C#
public DynamoDBHashKeyAttribute(
	string attributeName,
	Type converter
)
Parameters
attributeName (String)
Name of attribute to be associated with property or field.
converter (Type)
Custom converter type.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)