@cloud-copilot/iam-data
Version:
37 lines • 1.13 kB
JSON
{
"matchingworkflow": {
"key": "MatchingWorkflow",
"arn": "arn:${Partition}:entityresolution:${Region}:${Account}:matchingworkflow/${WorkflowName}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"schemamapping": {
"key": "SchemaMapping",
"arn": "arn:${Partition}:entityresolution:${Region}:${Account}:schemamapping/${SchemaName}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"idmappingworkflow": {
"key": "IdMappingWorkflow",
"arn": "arn:${Partition}:entityresolution:${Region}:${Account}:idmappingworkflow/${WorkflowName}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"providerservice": {
"key": "ProviderService",
"arn": "arn:${Partition}:entityresolution:${Region}:${Account}:providerservice/${ProviderName}/${ProviderServiceName}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
},
"idnamespace": {
"key": "IdNamespace",
"arn": "arn:${Partition}:entityresolution:${Region}:${Account}:idnamespace/${IdNamespaceName}",
"conditionKeys": [
"aws:ResourceTag/${TagKey}"
]
}
}