Amazon Monitron · JSON Structure

Monitron Api Create Project Request Structure

CreateProjectRequest schema from Amazon Monitron API

Type: object Properties: 4 Required: 1
BroadcastingMedia ProcessingMedia

CreateProjectRequest is a JSON Structure definition published by Amazon Monitron, describing 4 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

clientToken kmsKeyId projectName tags

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-monitron/refs/heads/main/json-structure/monitron-api-create-project-request-structure.json",
  "name": "CreateProjectRequest",
  "type": "object",
  "description": "CreateProjectRequest schema from Amazon Monitron API",
  "properties": {
    "clientToken": {
      "type": "string",
      "description": "A unique case-sensitive identifier used to idempotently create a resource."
    },
    "kmsKeyId": {
      "type": "string",
      "description": "The ID of the AWS Key Management Service (KMS) key to use to encrypt your project data."
    },
    "projectName": {
      "type": "string",
      "description": "The name of the project."
    },
    "tags": {
      "type": "object",
      "description": "Resource tags to add to the project."
    }
  },
  "required": [
    "projectName"
  ]
}