1. Packages
  2. Packages
  3. Bytepluscc Provider
  4. API Docs
  5. clb
  6. getCheckLogTopic
Viewing docs for bytepluscc v0.0.35
published on Monday, Jun 15, 2026 by Byteplus
bytepluscc logo
Viewing docs for bytepluscc v0.0.35
published on Monday, Jun 15, 2026 by Byteplus

    Data Source schema for Byteplus::CLB::CheckLogTopic

    Using getCheckLogTopic

    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 getCheckLogTopic(args: GetCheckLogTopicArgs, opts?: InvokeOptions): Promise<GetCheckLogTopicResult>
    function getCheckLogTopicOutput(args: GetCheckLogTopicOutputArgs, opts?: InvokeOptions): Output<GetCheckLogTopicResult>
    def get_check_log_topic(id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetCheckLogTopicResult
    def get_check_log_topic_output(id: pulumi.Input[Optional[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetCheckLogTopicResult]
    func LookupCheckLogTopic(ctx *Context, args *LookupCheckLogTopicArgs, opts ...InvokeOption) (*LookupCheckLogTopicResult, error)
    func LookupCheckLogTopicOutput(ctx *Context, args *LookupCheckLogTopicOutputArgs, opts ...InvokeOption) LookupCheckLogTopicResultOutput

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

    public static class GetCheckLogTopic 
    {
        public static Task<GetCheckLogTopicResult> InvokeAsync(GetCheckLogTopicArgs args, InvokeOptions? opts = null)
        public static Output<GetCheckLogTopicResult> Invoke(GetCheckLogTopicInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCheckLogTopicResult> getCheckLogTopic(GetCheckLogTopicArgs args, InvokeOptions options)
    public static Output<GetCheckLogTopicResult> getCheckLogTopic(GetCheckLogTopicArgs args, InvokeOptions options)
    
    fn::invoke:
      function: bytepluscc:clb/getCheckLogTopic:getCheckLogTopic
      arguments:
        # arguments dictionary
    data "bytepluscc_clb_getchecklogtopic" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getCheckLogTopic Result

    The following output properties are available:

    Id string
    Uniquely identifies the resource.
    LoadBalancerId string
    CLB ID information that meets the criteria.
    LogTopicId string
    ID of the created log topic. You can call the DescribeTopics API to query the log topic ID.
    Id string
    Uniquely identifies the resource.
    LoadBalancerId string
    CLB ID information that meets the criteria.
    LogTopicId string
    ID of the created log topic. You can call the DescribeTopics API to query the log topic ID.
    id string
    Uniquely identifies the resource.
    load_balancer_id string
    CLB ID information that meets the criteria.
    log_topic_id string
    ID of the created log topic. You can call the DescribeTopics API to query the log topic ID.
    id String
    Uniquely identifies the resource.
    loadBalancerId String
    CLB ID information that meets the criteria.
    logTopicId String
    ID of the created log topic. You can call the DescribeTopics API to query the log topic ID.
    id string
    Uniquely identifies the resource.
    loadBalancerId string
    CLB ID information that meets the criteria.
    logTopicId string
    ID of the created log topic. You can call the DescribeTopics API to query the log topic ID.
    id str
    Uniquely identifies the resource.
    load_balancer_id str
    CLB ID information that meets the criteria.
    log_topic_id str
    ID of the created log topic. You can call the DescribeTopics API to query the log topic ID.
    id String
    Uniquely identifies the resource.
    loadBalancerId String
    CLB ID information that meets the criteria.
    logTopicId String
    ID of the created log topic. You can call the DescribeTopics API to query the log topic ID.

    Package Details

    Repository
    bytepluscc byteplus-sdk/pulumi-bytepluscc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the bytepluscc Terraform Provider.
    bytepluscc logo
    Viewing docs for bytepluscc v0.0.35
    published on Monday, Jun 15, 2026 by Byteplus

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial