@cloud-copilot/iam-data
Version:
32 lines • 1.07 kB
JSON
{
"aws:requesttag/${tagkey}": {
"key": "aws:RequestTag/${TagKey}",
"description": "Filters access by tag key-value pairs in the request",
"type": "String"
},
"aws:resourcetag/${tagkey}": {
"key": "aws:ResourceTag/${TagKey}",
"description": "Filters access by tag key-value pairs attached to the resource",
"type": "String"
},
"aws:tagkeys": {
"key": "aws:TagKeys",
"description": "Filters access by tag keys in the request",
"type": "ArrayOfString"
},
"mediaconvert:httpinputsallowed": {
"key": "mediaconvert:HttpInputsAllowed",
"description": "Filters access by an HTTP input policy present in the account",
"type": "Bool"
},
"mediaconvert:httpsinputsallowed": {
"key": "mediaconvert:HttpsInputsAllowed",
"description": "Filters access by an HTTPS input policy present in the account",
"type": "Bool"
},
"mediaconvert:s3inputsallowed": {
"key": "mediaconvert:S3InputsAllowed",
"description": "Filters access by an S3 input policy present in the account",
"type": "Bool"
}
}