Amazon IAM Access Analyzer · JSON Structure

Iam Access Analyzer Start Policy Generation Response Structure

StartPolicyGenerationResponse schema from AWS IAM Access Analyzer API

Type: object Properties: 1 Required: 1
Access ControlComplianceIAMPolicy ManagementSecurity

StartPolicyGenerationResponse is a JSON Structure definition published by Amazon IAM Access Analyzer, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

jobId

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-start-policy-generation-response-structure.json",
  "name": "StartPolicyGenerationResponse",
  "description": "StartPolicyGenerationResponse schema from AWS IAM Access Analyzer API",
  "type": "object",
  "properties": {
    "jobId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobId"
        },
        {
          "description": "The <code>JobId</code> that is returned by the <code>StartPolicyGeneration</code> operation. The <code>JobId</code> can be used with <code>GetGeneratedPolicy</code> to retrieve the generated policies or used with <code>CancelPolicyGeneration</code> to cancel the policy generation request."
        }
      ]
    }
  },
  "required": [
    "jobId"
  ]
}