curl --request POST \
--url https://api.example.com/orgs/{org_id}/integrations/aws \
--header 'Content-Type: application/json' \
--data '
{
"role_arn": "<string>",
"external_id": "<string>",
"friendly_name": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Create an AWS integration and validate the connection via STS AssumeRole.
curl --request POST \
--url https://api.example.com/orgs/{org_id}/integrations/aws \
--header 'Content-Type: application/json' \
--data '
{
"role_arn": "<string>",
"external_id": "<string>",
"friendly_name": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}