Amazon MediaLive · JSON Structure

Medialive Api Create Input Security Group Response Structure

Placeholder documentation for CreateInputSecurityGroupResponse

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

CreateInputSecurityGroupResponse is a JSON Structure definition published by Amazon MediaLive, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SecurityGroup

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-medialive/refs/heads/main/json-structure/medialive-api-create-input-security-group-response-structure.json",
  "name": "CreateInputSecurityGroupResponse",
  "type": "object",
  "description": "Placeholder documentation for CreateInputSecurityGroupResponse",
  "properties": {
    "SecurityGroup": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputSecurityGroup"
        },
        {
          "xml": {
            "name": "securityGroup"
          }
        }
      ]
    }
  }
}