How to create a composite principal?
Open
- Dominant language
- Python
- Stars
- 393
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
Is there a way I can create a principal that looks like this?
```
{
"Sid": "Statement1",
"Effect": "Allow",
"Principal": {
"AWS": [
"xxxxxxxxx",
"xxxxxxxx"
],
"Service": "xxx.amazonaws.com"
},
"Action": "sts:AssumeRole"
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.