AWS access credentials
These are the details of an existing AWS user with the necessary access credentials and permissions to access a specific AWS service. Whenever a Function is added to a Linx Solution, the access credentials of the user accessing the AWS service must be provided.
Details to provide include:
Property | Remarks |
---|---|
Key | The public key of the user, which was generated when the access key pair was created |
KeySecret | The private (secret) key of the user, which was generated when the access key pair was created |
RegionEndpoint | The Amazon region associated with the user |
UserAccountNumber | The account number of the AWS account to which the user has access |
UserName | The username of the user that is accessing the AWS service |