{ "id":"/axapi/v3/cloud-services/cloud-provider/aws/log", "type":"object", "node-type":"scalar", "title":"log", "partition-visibility":"shared", "description":"AWS log configuration", "properties":{ "action":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable AWS CloudWatch; 'disable': Disable AWS CloudWatch (default); ", "enum":[ "enable", "disable" ], "optional":true }, "active-partitions":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"Specifies the thunder active partition name separated by a comma for multiple values", "optional":true }, "log-group-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":64, "partition-visibility":"shared", "description":"Specifies the log group name under which all logs are sent to AWS CloudWatch", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }