Setting the file. One moment.
Skill 122 · Processing S3 Uploads With Step Functions
Subchapter 122.5
scripts/eventbridge-trust-policy.json
JSON17 lines304 B
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Service": "events.amazonaws.com"
},
"Action": "sts:AssumeRole",
"Condition": {
"StringEquals": {
"aws:SourceAccount": "ACCOUNT_ID"
}
}
}
]
}