CreateRuleResponse

Response from the CreateRule action

Amazon Web ServicesHigh AvailabilityLoad BalancingNetworkingScalability

Properties

Name Type Description
rules array Information about the rule
View JSON Schema on GitHub

JSON Schema

amazon-elastic-load-balancing-create-rule-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-load-balancing/refs/heads/main/json-schema/amazon-elastic-load-balancing-create-rule-response-schema.json",
  "title": "CreateRuleResponse",
  "description": "Response from the CreateRule action",
  "type": "object",
  "properties": {
    "rules": {
      "type": "array",
      "description": "Information about the rule",
      "items": {
        "$ref": "#/components/schemas/Rule"
      }
    }
  }
}