1. Packages
  2. Azure Native
  3. API Docs
  4. confluent
  5. getTopic
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.getTopic

Explore with Pulumi AI

azure-native logo
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 confluent topic by Name

    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 getTopic

    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 getTopic(args: GetTopicArgs, opts?: InvokeOptions): Promise<GetTopicResult>
    function getTopicOutput(args: GetTopicOutputArgs, opts?: InvokeOptions): Output<GetTopicResult>
    def get_topic(cluster_id: Optional[str] = None,
                  environment_id: Optional[str] = None,
                  organization_name: Optional[str] = None,
                  resource_group_name: Optional[str] = None,
                  topic_name: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetTopicResult
    def get_topic_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,
                  topic_name: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetTopicResult]
    func LookupTopic(ctx *Context, args *LookupTopicArgs, opts ...InvokeOption) (*LookupTopicResult, error)
    func LookupTopicOutput(ctx *Context, args *LookupTopicOutputArgs, opts ...InvokeOption) LookupTopicResultOutput

    > Note: This function is named LookupTopic in the Go SDK.

    public static class GetTopic 
    {
        public static Task<GetTopicResult> InvokeAsync(GetTopicArgs args, InvokeOptions? opts = null)
        public static Output<GetTopicResult> Invoke(GetTopicInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTopicResult> getTopic(GetTopicArgs args, InvokeOptions options)
    public static Output<GetTopicResult> getTopic(GetTopicArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:confluent:getTopic
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterId string
    Confluent kafka or schema registry cluster id
    EnvironmentId string
    Confluent environment id
    OrganizationName string
    Organization resource name
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    TopicName string
    Confluent kafka or schema registry topic name
    ClusterId string
    Confluent kafka or schema registry cluster id
    EnvironmentId string
    Confluent environment id
    OrganizationName string
    Organization resource name
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    TopicName string
    Confluent kafka or schema registry topic name
    clusterId String
    Confluent kafka or schema registry cluster id
    environmentId String
    Confluent environment id
    organizationName String
    Organization resource name
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    topicName String
    Confluent kafka or schema registry topic name
    clusterId string
    Confluent kafka or schema registry cluster id
    environmentId string
    Confluent environment id
    organizationName string
    Organization resource name
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    topicName string
    Confluent kafka or schema registry topic name
    cluster_id str
    Confluent kafka or schema registry cluster id
    environment_id str
    Confluent environment id
    organization_name str
    Organization resource name
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    topic_name str
    Confluent kafka or schema registry topic name
    clusterId String
    Confluent kafka or schema registry cluster id
    environmentId String
    Confluent environment id
    organizationName String
    Organization resource name
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    topicName String
    Confluent kafka or schema registry topic name

    getTopic Result

    The following output properties are available:

    AzureApiVersion string
    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
    SystemData Pulumi.AzureNative.Confluent.Outputs.SystemDataResponse
    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"
    Configs Pulumi.AzureNative.Confluent.Outputs.TopicsRelatedLinkResponse
    Config Specification of the topic
    InputConfigs List<Pulumi.AzureNative.Confluent.Outputs.TopicsInputConfigResponse>
    Input Config Specification of the topic
    Kind string
    Type of topic
    Metadata Pulumi.AzureNative.Confluent.Outputs.TopicMetadataEntityResponse
    Metadata of the record
    Partitions Pulumi.AzureNative.Confluent.Outputs.TopicsRelatedLinkResponse
    Partition Specification of the topic
    PartitionsCount string
    Partition count of the topic
    PartitionsReassignments Pulumi.AzureNative.Confluent.Outputs.TopicsRelatedLinkResponse
    Partition Reassignment Specification of the topic
    ReplicationFactor string
    Replication factor of the topic
    TopicId string
    Topic Id returned by Confluent
    AzureApiVersion string
    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
    SystemData SystemDataResponse
    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"
    Configs TopicsRelatedLinkResponse
    Config Specification of the topic
    InputConfigs []TopicsInputConfigResponse
    Input Config Specification of the topic
    Kind string
    Type of topic
    Metadata TopicMetadataEntityResponse
    Metadata of the record
    Partitions TopicsRelatedLinkResponse
    Partition Specification of the topic
    PartitionsCount string
    Partition count of the topic
    PartitionsReassignments TopicsRelatedLinkResponse
    Partition Reassignment Specification of the topic
    ReplicationFactor string
    Replication factor of the topic
    TopicId string
    Topic Id returned by Confluent
    azureApiVersion String
    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
    systemData SystemDataResponse
    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"
    configs TopicsRelatedLinkResponse
    Config Specification of the topic
    inputConfigs List<TopicsInputConfigResponse>
    Input Config Specification of the topic
    kind String
    Type of topic
    metadata TopicMetadataEntityResponse
    Metadata of the record
    partitions TopicsRelatedLinkResponse
    Partition Specification of the topic
    partitionsCount String
    Partition count of the topic
    partitionsReassignments TopicsRelatedLinkResponse
    Partition Reassignment Specification of the topic
    replicationFactor String
    Replication factor of the topic
    topicId String
    Topic Id returned by Confluent
    azureApiVersion string
    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
    systemData SystemDataResponse
    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"
    configs TopicsRelatedLinkResponse
    Config Specification of the topic
    inputConfigs TopicsInputConfigResponse[]
    Input Config Specification of the topic
    kind string
    Type of topic
    metadata TopicMetadataEntityResponse
    Metadata of the record
    partitions TopicsRelatedLinkResponse
    Partition Specification of the topic
    partitionsCount string
    Partition count of the topic
    partitionsReassignments TopicsRelatedLinkResponse
    Partition Reassignment Specification of the topic
    replicationFactor string
    Replication factor of the topic
    topicId string
    Topic Id returned by Confluent
    azure_api_version str
    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 SystemDataResponse
    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"
    configs TopicsRelatedLinkResponse
    Config Specification of the topic
    input_configs Sequence[TopicsInputConfigResponse]
    Input Config Specification of the topic
    kind str
    Type of topic
    metadata TopicMetadataEntityResponse
    Metadata of the record
    partitions TopicsRelatedLinkResponse
    Partition Specification of the topic
    partitions_count str
    Partition count of the topic
    partitions_reassignments TopicsRelatedLinkResponse
    Partition Reassignment Specification of the topic
    replication_factor str
    Replication factor of the topic
    topic_id str
    Topic Id returned by Confluent
    azureApiVersion String
    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
    systemData 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"
    configs Property Map
    Config Specification of the topic
    inputConfigs List<Property Map>
    Input Config Specification of the topic
    kind String
    Type of topic
    metadata Property Map
    Metadata of the record
    partitions Property Map
    Partition Specification of the topic
    partitionsCount String
    Partition count of the topic
    partitionsReassignments Property Map
    Partition Reassignment Specification of the topic
    replicationFactor String
    Replication factor of the topic
    topicId String
    Topic Id returned by Confluent

    Supporting Types

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    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_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    TopicMetadataEntityResponse

    ResourceName string
    Resource name of the record
    Self string
    Self lookup url
    ResourceName string
    Resource name of the record
    Self string
    Self lookup url
    resourceName String
    Resource name of the record
    self String
    Self lookup url
    resourceName string
    Resource name of the record
    self string
    Self lookup url
    resource_name str
    Resource name of the record
    self str
    Self lookup url
    resourceName String
    Resource name of the record
    self String
    Self lookup url

    TopicsInputConfigResponse

    Name string
    Name of the topic input config
    Value string
    Value of the topic input config
    Name string
    Name of the topic input config
    Value string
    Value of the topic input config
    name String
    Name of the topic input config
    value String
    Value of the topic input config
    name string
    Name of the topic input config
    value string
    Value of the topic input config
    name str
    Name of the topic input config
    value str
    Value of the topic input config
    name String
    Name of the topic input config
    value String
    Value of the topic input config

    TopicsRelatedLinkResponse

    Related string
    Relationship of the topic
    Related string
    Relationship of the topic
    related String
    Relationship of the topic
    related string
    Relationship of the topic
    related str
    Relationship of the topic
    related String
    Relationship of the topic

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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