@cloud-copilot/iam-data
Version:
20 lines • 543 B
JSON
{
"pipeline": {
"key": "pipeline",
"arn": "arn:${Partition}:osis:${Region}:${Account}:pipeline/${PipelineName}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"pipeline-endpoint": {
"key": "pipeline-endpoint",
"arn": "arn:${Partition}:osis:${Region}:${Account}:endpoint/${EndpointId}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"pipeline-blueprint": {
"key": "pipeline-blueprint",
"arn": "arn:${Partition}:osis:${Region}:${Account}:blueprint/${BlueprintName}"
}
}