This will get your consumer's awssettings.
Sample endpoint: https://api.mediamath.com/opportunity-firehose/v2.0/consumers/example-consumer/awssettings
- https://api.mediamath.com/opportunity-firehose/v2.0https://api.mediamath.com/opportunity-firehose/v2.0/consumers/{name}/awssettings
curl -i -X GET \
'https://api.mediamath.com/opportunity-firehose/v2.0/consumers/{name}/awssettings'RoleARN = The Amazon Resource Name (ARN) of the role that the caller is assuming
External ID = A unique identifier that is used by third parties to assume a role in their customers' accounts. For each role that the third party can assume, they should instruct their customers to create a role with the external ID that the third party generated. Each time the third party assumes the role, they must pass the customer's external ID. The external ID is useful in order to help third parties bind a role to the customer who created it.
ASE256ServerSideEncryption = Amazon's S3 256-bit Advanced Encryption Standard
{ "Regions": { "ewr": "us-east-1", "iad": "us-east-1" }, "Buckets": { "ewr": "mm-lab-bof-dump", "iad": "mm-lab-bof-dump" }, "ASE256ServerSideEncryption": false }