AWSRoleARN Parameter (Connect-AWSDataManagement Cmdlet)
The Amazon Resource Name of the role to use when authenticating.
Syntax
Connect-AWSDataManagement -AWSRoleARN string
Remarks
When authenticating outside of AWS, it is common to use a Role for authentication instead of your direct AWS account credentials. Entering the AWSRoleARN will cause the CData Cmdlets PowerShell Module for AWS Data Management to perform a role based authentication instead of using the AWSAccessKey and AWSSecretKey directly. The AWSAccessKey and AWSSecretKey must still be specified to perform this authentication. You cannot use the credentials of an AWS root user when setting RoleARN. The AWSAccessKey and AWSSecretKey must be those of an IAM user.
This is a required parameter.