Viewing docs for bytepluscc v0.0.35
published on Monday, Jun 15, 2026 by Byteplus
published on Monday, Jun 15, 2026 by Byteplus
Viewing docs for bytepluscc v0.0.35
published on Monday, Jun 15, 2026 by Byteplus
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 dictionarydata "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.
- Load
Balancer stringId - CLB ID information that meets the criteria.
- Log
Topic stringId - 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 stringId - CLB ID information that meets the criteria.
- Log
Topic stringId - 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_ stringid - CLB ID information that meets the criteria.
- log_
topic_ stringid - 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 StringId - CLB ID information that meets the criteria.
- log
Topic StringId - 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 stringId - CLB ID information that meets the criteria.
- log
Topic stringId - 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_ strid - CLB ID information that meets the criteria.
- log_
topic_ strid - 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 StringId - CLB ID information that meets the criteria.
- log
Topic StringId - 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
byteplusccTerraform Provider.
Viewing docs for bytepluscc v0.0.35
published on Monday, Jun 15, 2026 by Byteplus
published on Monday, Jun 15, 2026 by Byteplus