Class AmazonDynamoDBConfig
- Namespace
- Amazon.DynamoDBv2
- Assembly
- AWSSDK.DynamoDBv2.dll
Configuration for accessing Amazon DynamoDB service
public class AmazonDynamoDBConfig : ClientConfig
- Inheritance
-
AmazonDynamoDBConfig
Constructors
AmazonDynamoDBConfig()
Default constructor
public AmazonDynamoDBConfig()
Properties
RegionEndpointServiceName
The constant used to lookup in the region hash the endpoint.
public override string RegionEndpointServiceName { get; }
Property Value
ServiceVersion
Gets the ServiceVersion property.
public override string ServiceVersion { get; }
Property Value
UserAgent
Gets the value of UserAgent property.
public override string UserAgent { get; }