You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 lines
1.9 KiB

  1. key: aws
  2. title: AWS CloudSearch
  3. description: Amazon CloudSearch is a managed service in the AWS Cloud that makes it simple and cost-effective to set up, manage, and scale a search solution for your website or application.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/aws-cloudsearch.svg
  6. website: https://aws.amazon.com/cloudsearch/
  7. isAvailable: true
  8. props:
  9. domain:
  10. type: String
  11. title: Search Domain
  12. hint: The name of your CloudSearch service.
  13. order: 1
  14. endpoint:
  15. type: String
  16. title: Document Endpoint
  17. hint: The Document Endpoint specified in the domain AWS console dashboard.
  18. order: 2
  19. region:
  20. type: String
  21. title: Region
  22. hint: The AWS datacenter region where the instance was created.
  23. default: us-east-1
  24. enum:
  25. - ap-northeast-1
  26. - ap-northeast-2
  27. - ap-southeast-1
  28. - ap-southeast-2
  29. - eu-central-1
  30. - eu-west-1
  31. - sa-east-1
  32. - us-east-1
  33. - us-west-1
  34. - us-west-2
  35. order: 3
  36. accessKeyId:
  37. type: String
  38. title: Access Key ID
  39. hint: The Access Key ID with CloudSearchFullAccess role access to the CloudSearch instance.
  40. order: 4
  41. secretAccessKey :
  42. type: String
  43. title: Secret Access Key
  44. hint: The Secret Access Key for the Access Key ID provided above.
  45. order: 5
  46. AnalysisSchemeLang:
  47. type: String
  48. title: Analysis Scheme Language
  49. hint: The language used to analyse content.
  50. default: en
  51. enum:
  52. - 'ar'
  53. - 'bg'
  54. - 'ca'
  55. - 'cs'
  56. - 'da'
  57. - 'de'
  58. - 'el'
  59. - 'en'
  60. - 'es'
  61. - 'eu'
  62. - 'fa'
  63. - 'fi'
  64. - 'fr'
  65. - 'ga'
  66. - 'gl'
  67. - 'he'
  68. - 'hi'
  69. - 'hu'
  70. - 'hy'
  71. - 'id'
  72. - 'it'
  73. - 'ja'
  74. - 'ko'
  75. - 'lv'
  76. - 'mul'
  77. - 'nl'
  78. - 'no'
  79. - 'pt'
  80. - 'ro'
  81. - 'ru'
  82. - 'sv'
  83. - 'th'
  84. - 'tr'
  85. - 'zh-Hans'
  86. - 'zh-Hant'
  87. order: 6