For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
Trust policy to allow Data Export to assume the role and perform operations on AWS resources
curl --request POST \
--url https://app.launchdarkly.com/api/v2/destinations/projects/{projKey}/environments/{envKey}/generate-trust-policy \
--header 'Authorization: <api-key>'{
"awsTrustPolicy": {
"Version": "<string>",
"Statement": [
{
"Effect": "<string>",
"Action": [
"<string>"
],
"Principal": "<unknown>",
"Condition": "<unknown>"
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://launchdarkly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://app.launchdarkly.com/api/v2/destinations/projects/{projKey}/environments/{envKey}/generate-trust-policy \
--header 'Authorization: <api-key>'{
"awsTrustPolicy": {
"Version": "<string>",
"Statement": [
{
"Effect": "<string>",
"Action": [
"<string>"
],
"Principal": "<unknown>",
"Condition": "<unknown>"
}
]
}
}