AWSRoleARN Parameter (Connect-Parquet Cmdlet)
The Amazon Resource Name of the role to use when authenticating.
Syntax
Connect-Parquet -AWSRoleARN string
Data Type
cstr
Default Value
""
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 Parquet 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.