Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.prequel.co/actions/generate-aws-trust-policy \ --header 'X-API-KEY: <api-key>'
{ "status": "<string>", "data": { "aws_trust_policy": { "Version": "<string>", "Statement": [ { "Effect": "<string>", "Action": [ "<string>" ], "Principal": {}, "Condition": {} } ] } }, "message": "<string>" }
Generate a trust policy for a recipient.
Recipient ID.
OK
"success"
Show child attributes