{ "$schema": "https://json-structure.org/meta/extended/v0/#", "name": "CreateAutoScalingConfigurationRequest", "type": "record", "fields": [ { "name": "AutoScalingConfigurationName", "type": "string" }, { "name": "MaxConcurrency", "type": "string" }, { "name": "MinSize", "type": "string" }, { "name": "MaxSize", "type": "string" }, { "name": "Tags", "type": "string" } ] }