@cloud-copilot/iam-data
Version:
67 lines • 2.95 kB
JSON
{
"aws:requesttag/${tagkey}": {
"key": "aws:RequestTag/${TagKey}",
"description": "Filters access by the allowed set of values for each of the tags to event bus and rule actions",
"type": "String"
},
"aws:resourcetag/${tagkey}": {
"key": "aws:ResourceTag/${TagKey}",
"description": "Filters access by tag-value associated with the resource to event bus and rule actions",
"type": "String"
},
"aws:tagkeys": {
"key": "aws:TagKeys",
"description": "Filters access by the tags in the request to event bus and rule actions",
"type": "ArrayOfString"
},
"events:eventbusarn": {
"key": "events:EventBusArn",
"description": "Filters access by the ARN of the event buses that can be associated with an endpoint to CreateEndpoint and UpdateEndpoint actions",
"type": "ArrayOfARN"
},
"events:managedby": {
"key": "events:ManagedBy",
"description": "Filters access by AWS services. If a rule is created by an AWS service on your behalf, the value is the principal name of the service that created the rule",
"type": "String"
},
"events:targetarn": {
"key": "events:TargetArn",
"description": "Filters access by the ARN of a target that can be put to a rule to PutTargets actions. TargetARN doesn't include DeadLetterConfigArn",
"type": "ArrayOfARN"
},
"events:creatoraccount": {
"key": "events:creatorAccount",
"description": "Filters access by the account the rule was created in to rule actions",
"type": "String"
},
"events:detail-type": {
"key": "events:detail-type",
"description": "Filters access by the literal string of the detail-type of the event to PutEvents and PutRule actions",
"type": "String"
},
"events:detail.eventtypecode": {
"key": "events:detail.eventTypeCode",
"description": "Filters access by the literal string for the detail.eventTypeCode field of the event to PutRule actions",
"type": "String"
},
"events:detail.service": {
"key": "events:detail.service",
"description": "Filters access by the literal string for the detail.service field of the event to PutRule actions",
"type": "String"
},
"events:detail.useridentity.principalid": {
"key": "events:detail.userIdentity.principalId",
"description": "Filters access by the literal string for the detail.useridentity.principalid field of the event to PutRule actions",
"type": "String"
},
"events:eventbusinvocation": {
"key": "events:eventBusInvocation",
"description": "Filters access by whether the event was generated via API or cross-account bus invocation to PutEvents actions",
"type": "String"
},
"events:source": {
"key": "events:source",
"description": "Filters access by the AWS service or AWS partner event source that generated the event to PutEvents and PutRule actions. Matches the literal string of the source field of the event",
"type": "ArrayOfString"
}
}