Setting the file. One moment.
Subchapter 72.25
assets/rds-db2-trust-policy.json
JSON17 lines317 B
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::<account-id>:root"
},
"Action": "sts:AssumeRole",
"Condition": {
"StringEquals": {
"sts:ExternalId": "<unique-external-id>"
}
}
}
]
}