UNPKG

@cloud-copilot/iam-data

Version:
37 lines 1.03 kB
{ "project": { "key": "Project", "arn": "arn:${Partition}:evidently:${Region}:${Account}:project/${ProjectName}", "conditionKeys": [ "aws:ResourceTag/${TagKey}" ] }, "feature": { "key": "Feature", "arn": "arn:${Partition}:evidently:${Region}:${Account}:project/${ProjectName}/feature/${FeatureName}", "conditionKeys": [ "aws:ResourceTag/${TagKey}" ] }, "experiment": { "key": "Experiment", "arn": "arn:${Partition}:evidently:${Region}:${Account}:project/${ProjectName}/experiment/${ExperimentName}", "conditionKeys": [ "aws:ResourceTag/${TagKey}" ] }, "launch": { "key": "Launch", "arn": "arn:${Partition}:evidently:${Region}:${Account}:project/${ProjectName}/launch/${LaunchName}", "conditionKeys": [ "aws:ResourceTag/${TagKey}" ] }, "segment": { "key": "Segment", "arn": "arn:${Partition}:evidently:${Region}:${Account}:segment/${SegmentName}", "conditionKeys": [ "aws:ResourceTag/${TagKey}" ] } }