You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Spark is used in the library as a "provided" dependency, which means Spark has t
49
49
## Parameters
50
50
The following parameters can be set as options on the Spark reader and writer object before loading/saving.
51
51
-`region` sets the region where the dynamodb table. Default is environment specific.
52
-
-`assumedArn` sets an IAM role to assume. This allows for access to a DynamoDB in a different account than the spark cluster. Defaults to the standard role configuration.
52
+
-`roleArn` sets an IAM role to assume. This allows for access to a DynamoDB in a different account than the Spark cluster. Defaults to the standard role configuration.
53
53
54
54
55
55
The following parameters can be set as options on the Spark reader object before loading.
0 commit comments