Viewing docs for volcenginecc v0.0.42
published on Thursday, Jun 11, 2026 by Volcengine
published on Thursday, Jun 11, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.42
published on Thursday, Jun 11, 2026 by Volcengine
published on Thursday, Jun 11, 2026 by Volcengine
Data Source schema for Volcengine::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: volcenginecc:clb/getCheckLogTopic:getCheckLogTopic
arguments:
# arguments dictionarydata "volcenginecc_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
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.42
published on Thursday, Jun 11, 2026 by Volcengine
published on Thursday, Jun 11, 2026 by Volcengine