AWS SDK for .NET Documentation
HashKeyFormat Property
AmazonAmazon.TraceListenerDynamoDBTraceListener..::..ConfigsHashKeyFormat Did this page help you?   Yes   No    Tell us about it...
Format of the hash key. The default is "{Host}". The format can include environment variables, attributes from the logged message, or can be a constant value. Environment variables are specified like so: %ComputerName% Attributes are specified like so: {Host} For example: {Host}-{EventType}-{ProcessId} or %ComputerName%-{EventType}-{ProcessId} Config key: HashKeyFormat
Declaration Syntax
C#
public string HashKeyFormat { get; set; }

Assembly: AWS.TraceListener (Module: AWS.TraceListener) Version: 1.0.0.0 (1.0.0.0)