DataConnection Type
The AmazonDynamoDBConnection object.
Remarks
The AmazonDynamoDBConnection object. Connection properties can be accessed with the getter and setter methods of this object:
$conn = Connect-AmazonDynamoDB -AWSAccessKey "AccessKey" -AWSSecretKey "MyAccessSecret" -Domain "amazonaws.com" -AWSRegion "OREGON" $conn | GM