Custom Parameters
As an end user, an Application Developer has the opportunity to customize their Service Instance by using custom
parameters. Custom parameters are passed on to a Service Instance by using the -c
switch of the cf CLI commands
cf create-service
and cf update-service
. For example
cf update-service my-instance -c '{"my_custom_parameter": "value"}'
would set the custom parameter named my_custom_parameter
to the value value
for the Service Instance
my-dataservice-service-instance
.
These settings don't have to be used, as there are sane defaults in place that fit the Service Plan well.
See the a9s Data Service specific documentation for further details:
- a9s KeyValue
- a9s LogMe2
- a9s MariaDB
- a9s Messaging
- a9s MongoDB
- a9s PostgreSQL
- a9s Prometheus
- a9s Redis®*
- a9s Search
*Redis is a registered trademark of Redis Ltd. Any rights therein are reserved to Redis Ltd. Any use by anynines GmbH is for referential purposes only and does not indicate any sponsorship, endorsement or affiliation between Redis and anynines GmbH.