DataConnection Type
The AmazonAthenaConnection object.
Remarks
The AmazonAthenaConnection object. Connection properties can be accessed with the getter and setter methods of this object:
$conn = Connect-AmazonAthena AWSAccessKey "a123" -AWSSecretKey "s123" -AWSRegion "IRELAND" -Database "sampledb" -S3StagingDirectory "s3://bucket/staging/" $conn | GM