Skip to content

Get consumer aws settings

Request

This will get your consumer's awssettings.

Sample endpoint: https://api.mediamath.com/opportunity-firehose/v2.0/consumers/example-consumer/awssettings

Path
namestringrequired

_

curl -i -X GET \
  'https://api.mediamath.com/opportunity-firehose/v2.0/consumers/{name}/awssettings'

Responses

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

Bodyapplication/json
object
Response
{ "Regions": { "ewr": "us-east-1", "iad": "us-east-1" }, "Buckets": { "ewr": "mm-lab-bof-dump", "iad": "mm-lab-bof-dump" }, "ASE256ServerSideEncryption": false }