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
Copy file name to clipboardexpand all lines: docs/resources/connector.md
+14-1
Original file line number
Diff line number
Diff line change
@@ -99,9 +99,22 @@ Optional:
99
99
Optional:
100
100
101
101
-`access_token` (String, Sensitive) The `Access Token` carries the information necessary for API resources to fetch data.
102
+
-`aws_access_key` (String, Sensitive) `AWS Access Key` of your AWS Account User.
103
+
-`aws_secret_key` (String, Sensitive) `AWS Secret Key` of your AWS Account User.
102
104
-`client_access` (Block List, Max: 1) Your application client access fields. (see [below for nested schema](#nestedblock--auth--client_access))
105
+
-`client_id` (String, Sensitive) `Client ID` of your Amazon Seller/Vendor Central client application.
106
+
-`client_secret` (String, Sensitive) `Client Secret` of your Amazon Seller/Vendor Central client application.
107
+
-`consumer_key` (String, Sensitive) Consumer key of your application.
108
+
-`consumer_secret` (String, Sensitive) Consumer secret of your application.
109
+
-`key_id` (String, Sensitive) Apple Search Ads REST API Key ID. Must be populated if `is_auth2_enabled` is set to `true`.
110
+
-`oauth_token` (String, Sensitive) OAuth token of your application.
111
+
-`oauth_token_secret` (String, Sensitive) OAuth token secret of your application.
112
+
-`previous_refresh_token` (String, Sensitive) Previous `Refresh token` of your application.
103
113
-`realm_id` (String, Sensitive) `Realm ID` of your application.
104
114
-`refresh_token` (String, Sensitive) The long-lived `Refresh token` along with the `client_id` and `client_secret` parameters carry the information necessary to get a new access token for API resources.
115
+
-`role_arn` (String, Sensitive) `IAM Role ARN` of your AWS Account.
116
+
-`team_id` (String, Sensitive) Apple Search Ads REST API Team ID. Must be populated if `is_auth2_enabled` is set to `true`.
0 commit comments