{ "additionalProperties": false, "description": "Advanced load balancer CustomParams object", "id": "ALBCustomParams", "module_id": "PolicyAdvancedLoadBalancer", "properties": { "is_dynamic": { "default": false, "description": "Placeholder for description of property is_dynamic of obj type CustomParams field type str type boolean. Default value when not specified in API or module is interpreted by ALB Controller as false.", "required": false, "title": "Is dynamic", "type": "boolean" }, "is_sensitive": { "default": false, "description": "Placeholder for description of property is_sensitive of obj type CustomParams field type str type boolean. Default value when not specified in API or module is interpreted by ALB Controller as false.", "required": false, "title": "Is sensitive", "type": "boolean" }, "name": { "description": "Name of the object.", "required": true, "title": "Name", "type": "string" }, "value": { "description": "value of CustomParams.", "required": false, "title": "Value", "type": "string" } }, "title": "CustomParams", "type": "object" }