@cloud-copilot/iam-data
Version:
32 lines • 1.1 kB
JSON
{
"aws:requesttag/${tagkey}": {
"key": "aws:RequestTag/${TagKey}",
"description": "Filters access by a tag key and value pair that is allowed in the request",
"type": "String"
},
"aws:resourcetag/${tagkey}": {
"key": "aws:ResourceTag/${TagKey}",
"description": "Filters access by a tag key and value pair of a resource",
"type": "String"
},
"aws:tagkeys": {
"key": "aws:TagKeys",
"description": "Filters access by a list of tag keys that are allowed in the request",
"type": "ArrayOfString"
},
"states:httpendpoint": {
"key": "states:HTTPEndpoint",
"description": "Filters access by the endpoint that the HTTP Task state allows in the request",
"type": "String"
},
"states:httpmethod": {
"key": "states:HTTPMethod",
"description": "Filters access by the method that the HTTP Task state allows in the request",
"type": "String"
},
"states:statemachinequalifier": {
"key": "states:StateMachineQualifier",
"description": "Filters access by the qualifier of a state machine ARN",
"type": "ArrayOfString"
}
}