1. Packages
  2. Yandex
  3. API Docs
  4. getMdbKafkaTopic
Yandex v0.13.0 published on Tuesday, Feb 22, 2022 by Pulumi

yandex.getMdbKafkaTopic

Explore with Pulumi AI

yandex logo
Yandex v0.13.0 published on Tuesday, Feb 22, 2022 by Pulumi

    Using getMdbKafkaTopic

    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 getMdbKafkaTopic(args: GetMdbKafkaTopicArgs, opts?: InvokeOptions): Promise<GetMdbKafkaTopicResult>
    function getMdbKafkaTopicOutput(args: GetMdbKafkaTopicOutputArgs, opts?: InvokeOptions): Output<GetMdbKafkaTopicResult>
    def get_mdb_kafka_topic(cluster_id: Optional[str] = None,
                            name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetMdbKafkaTopicResult
    def get_mdb_kafka_topic_output(cluster_id: Optional[pulumi.Input[str]] = None,
                            name: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetMdbKafkaTopicResult]
    func LookupMdbKafkaTopic(ctx *Context, args *LookupMdbKafkaTopicArgs, opts ...InvokeOption) (*LookupMdbKafkaTopicResult, error)
    func LookupMdbKafkaTopicOutput(ctx *Context, args *LookupMdbKafkaTopicOutputArgs, opts ...InvokeOption) LookupMdbKafkaTopicResultOutput

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

    public static class GetMdbKafkaTopic 
    {
        public static Task<GetMdbKafkaTopicResult> InvokeAsync(GetMdbKafkaTopicArgs args, InvokeOptions? opts = null)
        public static Output<GetMdbKafkaTopicResult> Invoke(GetMdbKafkaTopicInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMdbKafkaTopicResult> getMdbKafkaTopic(GetMdbKafkaTopicArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: yandex:index/getMdbKafkaTopic:getMdbKafkaTopic
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterId string
    Name string
    ClusterId string
    Name string
    clusterId String
    name String
    clusterId string
    name string
    clusterId String
    name String

    getMdbKafkaTopic Result

    The following output properties are available:

    ClusterId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Partitions int
    ReplicationFactor int
    TopicConfigs List<GetMdbKafkaTopicTopicConfig>
    ClusterId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Partitions int
    ReplicationFactor int
    TopicConfigs []GetMdbKafkaTopicTopicConfig
    clusterId String
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    partitions Integer
    replicationFactor Integer
    topicConfigs List<GetMdbKafkaTopicTopicConfig>
    clusterId string
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    partitions number
    replicationFactor number
    topicConfigs GetMdbKafkaTopicTopicConfig[]
    cluster_id str
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    partitions int
    replication_factor int
    topic_configs Sequence[GetMdbKafkaTopicTopicConfig]
    clusterId String
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    partitions Number
    replicationFactor Number
    topicConfigs List<Property Map>

    Supporting Types

    GetMdbKafkaTopicTopicConfig

    Package Details

    Repository
    Yandex pulumi/pulumi-yandex
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the yandex Terraform Provider.
    yandex logo
    Yandex v0.13.0 published on Tuesday, Feb 22, 2022 by Pulumi