let Identifier = String & /^[A-Za-z_][A-Za-z0-9_]*$/; ApiName = Identifier & /^api_/; in { service = ApiName default "api_gateway"; }