Amazon MediaLive · Schema

DescribeInputSecurityGroupResponse

Placeholder documentation for DescribeInputSecurityGroupResponse

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Arn object
Id object
Inputs object
State object
Tags object
WhitelistRules object
View JSON Schema on GitHub

JSON Schema

medialive-api-describe-input-security-group-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-describe-input-security-group-response-schema.json",
  "title": "DescribeInputSecurityGroupResponse",
  "description": "Placeholder documentation for DescribeInputSecurityGroupResponse",
  "type": "object",
  "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"
        }
      ]
    }
  }
}