Amazon MediaLive · JSON Structure

Medialive Api Describe Input Security Group Response Structure

Placeholder documentation for DescribeInputSecurityGroupResponse

Type: object Properties: 6
BroadcastingMedia ProcessingMedia

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

Properties

Arn Id Inputs State Tags WhitelistRules

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-describe-input-security-group-response-structure.json",
  "name": "DescribeInputSecurityGroupResponse",
  "type": "object",
  "description": "Placeholder documentation for DescribeInputSecurityGroupResponse",
  "properties": {
    "Arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "arn"
          },
          "description": "Unique ARN of Input Security Group"
        }
      ]
    },
    "Id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "id"
          },
          "description": "The Id of the Input Security Group"
        }
      ]
    },
    "Inputs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "xml": {
            "name": "inputs"
          },
          "description": "The list of inputs currently using this Input Security Group."
        }
      ]
    },
    "State": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputSecurityGroupState"
        },
        {
          "xml": {
            "name": "state"
          },
          "description": "The current state of the Input Security Group."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Tags"
        },
        {
          "xml": {
            "name": "tags"
          },
          "description": "A collection of key-value pairs."
        }
      ]
    },
    "WhitelistRules": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfInputWhitelistRule"
        },
        {
          "xml": {
            "name": "whitelistRules"
          },
          "description": "Whitelist rules and their sync status"
        }
      ]
    }
  }
}