Amazon MediaLive · Schema

UpdateInputSecurityGroupRequest

The request to update some combination of the Input Security Group name and the IPv4 CIDRs the Input Security Group should allow.

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Tags object
WhitelistRules object
View JSON Schema on GitHub

JSON Schema

medialive-api-update-input-security-group-request-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-update-input-security-group-request-schema.json",
  "title": "UpdateInputSecurityGroupRequest",
  "description": "The request to update some combination of the Input Security Group name and the IPv4 CIDRs the Input Security Group should allow.",
  "type": "object",
  "properties": {
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Tags"
        },
        {
          "xml": {
            "name": "tags"
          },
          "description": "A collection of key-value pairs."
        }
      ]
    },
    "WhitelistRules": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfInputWhitelistRuleCidr"
        },
        {
          "xml": {
            "name": "whitelistRules"
          },
          "description": "List of IPv4 CIDR addresses to whitelist"
        }
      ]
    }
  }
}