Skip to main content

confluent_accounts

Overview

Nameconfluent_accounts
TypeResource
Iddatadog.confluent_cloud.confluent_accounts

Fields

NameDatatypeDescription
idstringA randomly generated ID associated with a Confluent account.
attributesobjectThe attributes of a Confluent account.
typestringThe JSON:API type for this API. Should always be confluent-cloud-accounts.

Methods

NameAccessible byRequired ParamsDescription
get_confluent_accountSELECTaccount_id, dd_siteGet the Confluent account with the provided account ID.
list_confluent_accountSELECTdd_siteList Confluent accounts.
create_confluent_accountINSERTdata__data, dd_siteCreate a Confluent account.
delete_confluent_accountDELETEaccount_id, dd_siteDelete a Confluent account with the provided account ID.
_get_confluent_accountEXECaccount_id, dd_siteGet the Confluent account with the provided account ID.
_list_confluent_accountEXECdd_siteList Confluent accounts.
update_confluent_accountEXECaccount_id, data__data, dd_siteUpdate the Confluent account with the provided account ID.