The access key for connecting to the Amazon Web Service.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property AWSAccessKey As String |
| C# |
|---|
string AWSAccessKey { get; set; } |
| Visual C++ |
|---|
property String^ AWSAccessKey { String^ get (); void set (String^ value); } |
| JavaScript |
|---|
function get_awsAccessKey(); function set_awsAccessKey(value); |