This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.7.1 published on Wednesday, Aug 13, 2025 by Pulumi
azure-native.confluent.getOrganizationClusterById
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.7.1 published on Wednesday, Aug 13, 2025 by Pulumi
Get cluster by Id
Uses Azure REST API version 2024-07-01.
Other available API versions: 2025-07-17-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native confluent [ApiVersion]
. See the version guide for details.
Using getOrganizationClusterById
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getOrganizationClusterById(args: GetOrganizationClusterByIdArgs, opts?: InvokeOptions): Promise<GetOrganizationClusterByIdResult>
function getOrganizationClusterByIdOutput(args: GetOrganizationClusterByIdOutputArgs, opts?: InvokeOptions): Output<GetOrganizationClusterByIdResult>
def get_organization_cluster_by_id(cluster_id: Optional[str] = None,
environment_id: Optional[str] = None,
organization_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOrganizationClusterByIdResult
def get_organization_cluster_by_id_output(cluster_id: Optional[pulumi.Input[str]] = None,
environment_id: Optional[pulumi.Input[str]] = None,
organization_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationClusterByIdResult]
func LookupOrganizationClusterById(ctx *Context, args *LookupOrganizationClusterByIdArgs, opts ...InvokeOption) (*LookupOrganizationClusterByIdResult, error)
func LookupOrganizationClusterByIdOutput(ctx *Context, args *LookupOrganizationClusterByIdOutputArgs, opts ...InvokeOption) LookupOrganizationClusterByIdResultOutput
> Note: This function is named LookupOrganizationClusterById
in the Go SDK.
public static class GetOrganizationClusterById
{
public static Task<GetOrganizationClusterByIdResult> InvokeAsync(GetOrganizationClusterByIdArgs args, InvokeOptions? opts = null)
public static Output<GetOrganizationClusterByIdResult> Invoke(GetOrganizationClusterByIdInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOrganizationClusterByIdResult> getOrganizationClusterById(GetOrganizationClusterByIdArgs args, InvokeOptions options)
public static Output<GetOrganizationClusterByIdResult> getOrganizationClusterById(GetOrganizationClusterByIdArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:confluent:getOrganizationClusterById
arguments:
# arguments dictionary
The following arguments are supported:
- Cluster
Id string - Confluent kafka or schema registry cluster id
- Environment
Id string - Confluent environment id
- Organization
Name string - Organization resource name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Cluster
Id string - Confluent kafka or schema registry cluster id
- Environment
Id string - Confluent environment id
- Organization
Name string - Organization resource name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- cluster
Id String - Confluent kafka or schema registry cluster id
- environment
Id String - Confluent environment id
- organization
Name String - Organization resource name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- cluster
Id string - Confluent kafka or schema registry cluster id
- environment
Id string - Confluent environment id
- organization
Name string - Organization resource name
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- cluster_
id str - Confluent kafka or schema registry cluster id
- environment_
id str - Confluent environment id
- organization_
name str - Organization resource name
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- cluster
Id String - Confluent kafka or schema registry cluster id
- environment
Id String - Confluent environment id
- organization
Name String - Organization resource name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getOrganizationClusterById Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Name string
- The name of the resource
- System
Data Pulumi.Azure Native. Confluent. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Kind string
- Type of cluster
- Metadata
Pulumi.
Azure Native. Confluent. Outputs. SCMetadata Entity Response - Metadata of the record
- Spec
Pulumi.
Azure Native. Confluent. Outputs. SCCluster Spec Entity Response - Specification of the cluster
- Status
Pulumi.
Azure Native. Confluent. Outputs. Cluster Status Entity Response - Specification of the cluster status
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Name string
- The name of the resource
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Kind string
- Type of cluster
- Metadata
SCMetadata
Entity Response - Metadata of the record
- Spec
SCCluster
Spec Entity Response - Specification of the cluster
- Status
Cluster
Status Entity Response - Specification of the cluster status
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name String
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- kind String
- Type of cluster
- metadata
SCMetadata
Entity Response - Metadata of the record
- spec
SCCluster
Spec Entity Response - Specification of the cluster
- status
Cluster
Status Entity Response - Specification of the cluster status
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name string
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- kind string
- Type of cluster
- metadata
SCMetadata
Entity Response - Metadata of the record
- spec
SCCluster
Spec Entity Response - Specification of the cluster
- status
Cluster
Status Entity Response - Specification of the cluster status
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name str
- The name of the resource
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- kind str
- Type of cluster
- metadata
SCMetadata
Entity Response - Metadata of the record
- spec
SCCluster
Spec Entity Response - Specification of the cluster
- status
Cluster
Status Entity Response - Specification of the cluster status
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name String
- The name of the resource
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- kind String
- Type of cluster
- metadata Property Map
- Metadata of the record
- spec Property Map
- Specification of the cluster
- status Property Map
- Specification of the cluster status
Supporting Types
ClusterConfigEntityResponse
- Kind string
- The lifecycle phase of the cluster
- Kind string
- The lifecycle phase of the cluster
- kind String
- The lifecycle phase of the cluster
- kind string
- The lifecycle phase of the cluster
- kind str
- The lifecycle phase of the cluster
- kind String
- The lifecycle phase of the cluster
ClusterStatusEntityResponse
SCClusterByokEntityResponse
- Id string
- ID of the referred resource
- string
- API URL for accessing or modifying the referred object
- Resource
Name string - CRN reference to the referred resource
- Id string
- ID of the referred resource
- string
- API URL for accessing or modifying the referred object
- Resource
Name string - CRN reference to the referred resource
- id String
- ID of the referred resource
- String
- API URL for accessing or modifying the referred object
- resource
Name String - CRN reference to the referred resource
- id string
- ID of the referred resource
- string
- API URL for accessing or modifying the referred object
- resource
Name string - CRN reference to the referred resource
- id str
- ID of the referred resource
- str
- API URL for accessing or modifying the referred object
- resource_
name str - CRN reference to the referred resource
- id String
- ID of the referred resource
- String
- API URL for accessing or modifying the referred object
- resource
Name String - CRN reference to the referred resource
SCClusterNetworkEnvironmentEntityResponse
- Environment string
- Environment of the referred resource
- Id string
- ID of the referred resource
- string
- API URL for accessing or modifying the referred object
- Resource
Name string - CRN reference to the referred resource
- Environment string
- Environment of the referred resource
- Id string
- ID of the referred resource
- string
- API URL for accessing or modifying the referred object
- Resource
Name string - CRN reference to the referred resource
- environment String
- Environment of the referred resource
- id String
- ID of the referred resource
- String
- API URL for accessing or modifying the referred object
- resource
Name String - CRN reference to the referred resource
- environment string
- Environment of the referred resource
- id string
- ID of the referred resource
- string
- API URL for accessing or modifying the referred object
- resource
Name string - CRN reference to the referred resource
- environment str
- Environment of the referred resource
- id str
- ID of the referred resource
- str
- API URL for accessing or modifying the referred object
- resource_
name str - CRN reference to the referred resource
- environment String
- Environment of the referred resource
- id String
- ID of the referred resource
- String
- API URL for accessing or modifying the referred object
- resource
Name String - CRN reference to the referred resource
SCClusterSpecEntityResponse
- Api
Endpoint string - The Kafka API cluster endpoint
- Availability string
- The availability zone configuration of the cluster
- Byok
Pulumi.
Azure Native. Confluent. Inputs. SCCluster Byok Entity Response - Specification of the cluster byok
- Cloud string
- The cloud service provider
- Config
Pulumi.
Azure Native. Confluent. Inputs. Cluster Config Entity Response - Specification of the cluster configuration
- Environment
Pulumi.
Azure Native. Confluent. Inputs. SCCluster Network Environment Entity Response - Specification of the cluster environment
- Http
Endpoint string - The cluster HTTP request URL.
- Kafka
Bootstrap stringEndpoint - The bootstrap endpoint used by Kafka clients to connect to the cluster
- Name string
- The name of the cluster
- Network
Pulumi.
Azure Native. Confluent. Inputs. SCCluster Network Environment Entity Response - Specification of the cluster network
- Package string
- Stream governance configuration
- Region string
- The cloud service provider region
- Zone string
- type of zone availability
- Api
Endpoint string - The Kafka API cluster endpoint
- Availability string
- The availability zone configuration of the cluster
- Byok
SCCluster
Byok Entity Response - Specification of the cluster byok
- Cloud string
- The cloud service provider
- Config
Cluster
Config Entity Response - Specification of the cluster configuration
- Environment
SCCluster
Network Environment Entity Response - Specification of the cluster environment
- Http
Endpoint string - The cluster HTTP request URL.
- Kafka
Bootstrap stringEndpoint - The bootstrap endpoint used by Kafka clients to connect to the cluster
- Name string
- The name of the cluster
- Network
SCCluster
Network Environment Entity Response - Specification of the cluster network
- Package string
- Stream governance configuration
- Region string
- The cloud service provider region
- Zone string
- type of zone availability
- api
Endpoint String - The Kafka API cluster endpoint
- availability String
- The availability zone configuration of the cluster
- byok
SCCluster
Byok Entity Response - Specification of the cluster byok
- cloud String
- The cloud service provider
- config
Cluster
Config Entity Response - Specification of the cluster configuration
- environment
SCCluster
Network Environment Entity Response - Specification of the cluster environment
- http
Endpoint String - The cluster HTTP request URL.
- kafka
Bootstrap StringEndpoint - The bootstrap endpoint used by Kafka clients to connect to the cluster
- name String
- The name of the cluster
- network
SCCluster
Network Environment Entity Response - Specification of the cluster network
- package_ String
- Stream governance configuration
- region String
- The cloud service provider region
- zone String
- type of zone availability
- api
Endpoint string - The Kafka API cluster endpoint
- availability string
- The availability zone configuration of the cluster
- byok
SCCluster
Byok Entity Response - Specification of the cluster byok
- cloud string
- The cloud service provider
- config
Cluster
Config Entity Response - Specification of the cluster configuration
- environment
SCCluster
Network Environment Entity Response - Specification of the cluster environment
- http
Endpoint string - The cluster HTTP request URL.
- kafka
Bootstrap stringEndpoint - The bootstrap endpoint used by Kafka clients to connect to the cluster
- name string
- The name of the cluster
- network
SCCluster
Network Environment Entity Response - Specification of the cluster network
- package string
- Stream governance configuration
- region string
- The cloud service provider region
- zone string
- type of zone availability
- api_
endpoint str - The Kafka API cluster endpoint
- availability str
- The availability zone configuration of the cluster
- byok
SCCluster
Byok Entity Response - Specification of the cluster byok
- cloud str
- The cloud service provider
- config
Cluster
Config Entity Response - Specification of the cluster configuration
- environment
SCCluster
Network Environment Entity Response - Specification of the cluster environment
- http_
endpoint str - The cluster HTTP request URL.
- kafka_
bootstrap_ strendpoint - The bootstrap endpoint used by Kafka clients to connect to the cluster
- name str
- The name of the cluster
- network
SCCluster
Network Environment Entity Response - Specification of the cluster network
- package str
- Stream governance configuration
- region str
- The cloud service provider region
- zone str
- type of zone availability
- api
Endpoint String - The Kafka API cluster endpoint
- availability String
- The availability zone configuration of the cluster
- byok Property Map
- Specification of the cluster byok
- cloud String
- The cloud service provider
- config Property Map
- Specification of the cluster configuration
- environment Property Map
- Specification of the cluster environment
- http
Endpoint String - The cluster HTTP request URL.
- kafka
Bootstrap StringEndpoint - The bootstrap endpoint used by Kafka clients to connect to the cluster
- name String
- The name of the cluster
- network Property Map
- Specification of the cluster network
- package String
- Stream governance configuration
- region String
- The cloud service provider region
- zone String
- type of zone availability
SCMetadataEntityResponse
- Created
Timestamp string - Created Date Time
- Deleted
Timestamp string - Deleted Date time
- Resource
Name string - Resource name of the record
- Self string
- Self lookup url
- Updated
Timestamp string - Updated Date time
- Created
Timestamp string - Created Date Time
- Deleted
Timestamp string - Deleted Date time
- Resource
Name string - Resource name of the record
- Self string
- Self lookup url
- Updated
Timestamp string - Updated Date time
- created
Timestamp String - Created Date Time
- deleted
Timestamp String - Deleted Date time
- resource
Name String - Resource name of the record
- self String
- Self lookup url
- updated
Timestamp String - Updated Date time
- created
Timestamp string - Created Date Time
- deleted
Timestamp string - Deleted Date time
- resource
Name string - Resource name of the record
- self string
- Self lookup url
- updated
Timestamp string - Updated Date time
- created_
timestamp str - Created Date Time
- deleted_
timestamp str - Deleted Date time
- resource_
name str - Resource name of the record
- self str
- Self lookup url
- updated_
timestamp str - Updated Date time
- created
Timestamp String - Created Date Time
- deleted
Timestamp String - Deleted Date time
- resource
Name String - Resource name of the record
- self String
- Self lookup url
- updated
Timestamp String - Updated Date time
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.7.1 published on Wednesday, Aug 13, 2025 by Pulumi