@cloud-copilot/iam-data
Version:
37 lines • 1.37 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"
},
"elasticfilesystem:accesspointarn": {
"key": "elasticfilesystem:AccessPointArn",
"description": "Filters access by the ARN of the access point used to mount the file system",
"type": "ARN"
},
"elasticfilesystem:accessedviamounttarget": {
"key": "elasticfilesystem:AccessedViaMountTarget",
"description": "Filters access by whether the file system is accessed via mount targets",
"type": "Bool"
},
"elasticfilesystem:createaction": {
"key": "elasticfilesystem:CreateAction",
"description": "Filters access by the name of a resource-creating API action",
"type": "String"
},
"elasticfilesystem:encrypted": {
"key": "elasticfilesystem:Encrypted",
"description": "Filters access by whether users can create only encrypted or unencrypted file systems",
"type": "Bool"
}
}