Contents:
Get information on all available AWS configuration objects.
NOTE: APIs for AWS configs apply only to instances of the Designer Cloud Powered by Trifacta® platform that are hosted on AWS and configured for user
mode of authentication. These configuration objects can be assigned to individual users as needed.
For more information on how to use awsConfig objects, see API Workflow - Manage AWS Configurations.
Version: v4
Required Permissions
NOTE: Each request to the Designer Cloud Powered by Trifacta® platform must include authentication credentials. See https://api.trifacta.com/ee/6.4/index.html#section/Authentication.
Request
Request Type: GET
Endpoint:
/v4/awsConfigs/
Request URI - Example:
/v4/awsConfigs/
Request Body:
Empty.
Response
Response Status Code - Success: 200 - OK
Response Body Example:
{ "data": [ { "extraBuckets": [], "id": 3, "defaultBucket": "3test-04", "credentialProvider": "default", "externalId": null, "activeRoleId": null, "createdAt": "2019-07-15T23:29:10.762Z", "updatedAt": "2019-07-15T23:29:10.844Z", "credential": { "id": 6 } }, { "extraBuckets": [], "id": 2, "defaultBucket": "3test-03", "credentialProvider": "default", "externalId": null, "activeRoleId": null, "createdAt": "2019-07-15T23:10:20.670Z", "updatedAt": "2019-07-15T23:10:20.751Z", "credential": { "id": 5 } }, { "extraBuckets": [], "id": 1, "defaultBucket": "3test-01", "credentialProvider": "default", "externalId": null, "activeRoleId": null, "createdAt": "2019-07-15T19:18:13.482Z", "updatedAt": "2019-07-15T19:18:13.566Z", "credential": { "id": 4 } } ] }
Reference
For more information, see API AWSConfigs Get v4.
This page has no comments.