Add AWS AccountAsk AIpost https://api.bitmovin.com/v1/encoding/infrastructure/awsBody ParamsThe AWS Account to be addedObject 1Object 2namestringName of the resource. Can be freely chosen by the user.descriptionstringDescription of the resource. Can be freely chosen by the user.customDatastringUser-specific meta data. This can hold anything.accessKeystringrequireddeprecatedDeprecated: Amazon access key for legacy support. Use roleName insteadsecretKeystringrequireddeprecatedDeprecated: Amazon secret key for legacy support. Use roleName insteadaccountNumberstringrequiredAmazon account number (12 digits as per AWS spec)roleNamestringRole name including path for the AWS IAM role that will be used by Bitmovin to access the AWS account depicted by accountNumber. The role ARN is constructed based on accountNumber and roleName: arn:aws:iam::{accountNumber}:role/{roleName}. For details on how to create the AWS IAM role in your account, please refer to the AWS cloud connect setup guide.Responses 201Successful response. defaultError response.Updated 2 months ago