Skip to main content

organization_cluster_by_ids

Creates, updates, deletes, gets or lists a organization_cluster_by_ids resource.

Overview

Nameorganization_cluster_by_ids
TypeResource
Idazure_isv.confluent.organization_cluster_by_ids

Fields

NameDatatypeDescription
idtextId of the cluster
nametextDisplay name of the cluster
clusterIdtextfield from the properties object
environmentIdtextfield from the properties object
kindtextType of cluster
metadatatextfield from the properties object
organizationNametextfield from the properties object
resourceGroupNametextfield from the properties object
spectextfield from the properties object
statustextfield from the properties object
subscriptionIdtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTclusterId, environmentId, organizationName, resourceGroupName, subscriptionId

SELECT examples

SELECT
id,
name,
clusterId,
environmentId,
kind,
metadata,
organizationName,
resourceGroupName,
spec,
status,
subscriptionId
FROM azure_isv.confluent.vw_organization_cluster_by_ids
WHERE clusterId = '{{ clusterId }}'
AND environmentId = '{{ environmentId }}'
AND organizationName = '{{ organizationName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';