@cloud-copilot/iam-data
Version:
35 lines • 1.06 kB
JSON
{
"agentspace": {
"key": "agentspace",
"arn": "arn:${Partition}:aidevops:${Region}:${Account}:agentspace/${AgentSpaceId}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"asset": {
"key": "asset",
"arn": "arn:${Partition}:aidevops:${Region}:${Account}:agentspace/${AgentSpaceId}/asset/${AssetId}"
},
"associations": {
"key": "associations",
"arn": "arn:${Partition}:aidevops:${Region}:${Account}:agentspace/${AgentSpaceId}/association/${AssociationId}"
},
"private-connection": {
"key": "private-connection",
"arn": "arn:${Partition}:aidevops:${Region}:${Account}:private-connection/${Name}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"service": {
"key": "service",
"arn": "arn:${Partition}:aidevops:${Region}:${Account}:service/${ServiceId}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"trigger": {
"key": "trigger",
"arn": "arn:${Partition}:aidevops:${Region}:${Account}:agentspace/${AgentSpaceId}/trigger/${TriggerId}"
}
}