Contents:
Get information on the specific AWS configuration object.
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.8/index.html#section/Authentication.
Request
Request Type: GET
Endpoint:
/v4/awsConfigs/<id>
where:
Parameter | Description |
---|---|
<id> | Internal identifier for the AWS configuration object |
Request URI - Example:
/v4/awsConfigs/2
Request Body:
Empty.
Response
Response Status Code - Success: 200 - OK
Response Body Example:
{ "extraBuckets": [ "bucket1", "bucket2" ], "id": 2, "defaultBucket": "testing", "credentialProvider": "default", "externalId": null, "activeRoleId": null, "createdAt": "2019-04-16T19:48:47.075Z", "updatedAt": "2019-04-16T19:48:47.153Z", "credential": { "id": 21 } }
Reference
Property | Description |
---|---|
extraBuckets | List of additional S3 buckets that can be accessed based on this configuration object |
id | Internal identifier of the AWS configuration object |
defaultBucket | Default S3 bucket where assigned users can upload and write results |
credentialProvider | Type of credential provider. Possible values:
For more information, see Configure for AWS. |
externalId | ( Designer Cloud Wrangler Pro only) This identifier is used to manage cross-account access in AWS. This value should not be modified. |
activeRoleId |
|
createdAt | Timestamp for when the AWS configuration object was launched |
updatedAt | Timestamp for when the AWS configuration object was last updated |
credential.id | Internal identifier to the record for the AWS key/secret combination, if in use. This value should not be modified. |
This page has no comments.