get_confluent_resource | SELECT | account_id, resource_id, dd_site | Get a Confluent resource with the provided resource id for the account associated with the provided account ID. |
list_confluent_resource | SELECT | account_id, dd_site | Get a Confluent resource for the account associated with the provided ID. |
create_confluent_resource | INSERT | account_id, data__data, dd_site | Create a Confluent resource for the account associated with the provided ID. |
delete_confluent_resource | DELETE | account_id, resource_id, dd_site | Delete a Confluent resource with the provided resource id for the account associated with the provided account ID. |
_get_confluent_resource | EXEC | account_id, resource_id, dd_site | Get a Confluent resource with the provided resource id for the account associated with the provided account ID. |
_list_confluent_resource | EXEC | account_id, dd_site | Get a Confluent resource for the account associated with the provided ID. |
update_confluent_resource | EXEC | account_id, resource_id, data__data, dd_site | Update a Confluent resource with the provided resource id for the account associated with the provided account ID. |