@cloud-copilot/iam-data
Version:
30 lines • 773 B
JSON
{
"trust-anchor": {
"key": "trust-anchor",
"arn": "arn:${Partition}:rolesanywhere:${Region}:${Account}:trust-anchor/${TrustAnchorId}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"profile": {
"key": "profile",
"arn": "arn:${Partition}:rolesanywhere:${Region}:${Account}:profile/${ProfileId}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"subject": {
"key": "subject",
"arn": "arn:${Partition}:rolesanywhere:${Region}:${Account}:subject/${SubjectId}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"crl": {
"key": "crl",
"arn": "arn:${Partition}:rolesanywhere:${Region}:${Account}:crl/${CrlId}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
}
}