@cloud-copilot/iam-data
Version:
37 lines • 1.28 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"
},
"fis:operations": {
"key": "fis:Operations",
"description": "Filters access by the list of operations on the AWS service that is being affected by the AWS FIS action",
"type": "ArrayOfString"
},
"fis:percentage": {
"key": "fis:Percentage",
"description": "Filters access by the percentage of calls being affected by the AWS FIS action",
"type": "Numeric"
},
"fis:service": {
"key": "fis:Service",
"description": "Filters access by the AWS service that is being affected by the AWS FIS action",
"type": "String"
},
"fis:targets": {
"key": "fis:Targets",
"description": "Filters access by the list of resource ARNs being targeted by the AWS FIS action",
"type": "ArrayOfString"
}
}