Skip to main content

confluent_resources

Overview

Nameconfluent_resources
TypeResource
Iddatadog.confluent_cloud.confluent_resources

Fields

NameDatatypeDescription
idstringThe ID associated with the Confluent resource.
attributesobjectModel representation of a Confluent Cloud resource.
typestringThe JSON:API type for this request.

Methods

NameAccessible byRequired ParamsDescription
get_confluent_resourceSELECTaccount_id, resource_id, dd_siteGet a Confluent resource with the provided resource id for the account associated with the provided account ID.
list_confluent_resourceSELECTaccount_id, dd_siteGet a Confluent resource for the account associated with the provided ID.
create_confluent_resourceINSERTaccount_id, data__data, dd_siteCreate a Confluent resource for the account associated with the provided ID.
delete_confluent_resourceDELETEaccount_id, resource_id, dd_siteDelete a Confluent resource with the provided resource id for the account associated with the provided account ID.
_get_confluent_resourceEXECaccount_id, resource_id, dd_siteGet a Confluent resource with the provided resource id for the account associated with the provided account ID.
_list_confluent_resourceEXECaccount_id, dd_siteGet a Confluent resource for the account associated with the provided ID.
update_confluent_resourceEXECaccount_id, resource_id, data__data, dd_siteUpdate a Confluent resource with the provided resource id for the account associated with the provided account ID.