GetSignedBluinsightsUrlResponse

GetSignedBluinsightsUrlResponse schema from AWS Mainframe Modernization API

COBOLMainframeMigrationModernizationBatch Processing

Properties

Name Type Description
signedBiUrl object
View JSON Schema on GitHub

JSON Schema

amazon-mainframe-modernization-get-signed-bluinsights-url-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mainframe-modernization/refs/heads/main/json-schema/amazon-mainframe-modernization-get-signed-bluinsights-url-response-schema.json",
  "title": "GetSignedBluinsightsUrlResponse",
  "description": "GetSignedBluinsightsUrlResponse schema from AWS Mainframe Modernization API",
  "type": "object",
  "properties": {
    "signedBiUrl": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Single sign-on AWS Blu Insights URL."
        }
      ]
    }
  },
  "required": [
    "signedBiUrl"
  ]
}