curl --request POST \
--url https://api.example.com/orgs/{org_id}/integrations/aws/{integration_id}/check-resource \
--header 'Content-Type: application/json' \
--data '
{
"arn": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Check if an AWS resource exists using the org’s assumed-role credentials.
curl --request POST \
--url https://api.example.com/orgs/{org_id}/integrations/aws/{integration_id}/check-resource \
--header 'Content-Type: application/json' \
--data '
{
"arn": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}