Amazon IAM Access Analyzer · JSON Structure

Iam Access Analyzer Sort Criteria Structure

The criteria used to sort.

Type: object Properties: 2
Access ControlComplianceIAMPolicy ManagementSecurity

SortCriteria is a JSON Structure definition published by Amazon IAM Access Analyzer, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

attributeName orderBy

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-access-analyzer/refs/heads/main/json-structure/iam-access-analyzer-sort-criteria-structure.json",
  "name": "SortCriteria",
  "description": "The criteria used to sort.",
  "type": "object",
  "properties": {
    "attributeName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The name of the attribute to sort on."
        }
      ]
    },
    "orderBy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrderBy"
        },
        {
          "description": "The sort order, ascending or descending."
        }
      ]
    }
  }
}