Amazon MediaLive · JSON Structure

Medialive Api Update Input Security Group Request Structure

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: 2
BroadcastingMedia ProcessingMedia

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

Properties

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-update-input-security-group-request-structure.json",
  "name": "UpdateInputSecurityGroupRequest",
  "type": "object",
  "description": "The request to update some combination of the Input Security Group name and the IPv4 CIDRs the Input Security Group should allow.",
  "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"
        }
      ]
    }
  }
}