tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getTsfDeliveryConfigs
Start a Neo task
Explain and create a tencentcloud.getTsfDeliveryConfigs resource
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of tsf delivery_configs
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const deliveryConfigs = tencentcloud.getTsfDeliveryConfigs({
searchWord: "test",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
delivery_configs = tencentcloud.get_tsf_delivery_configs(search_word="test")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.LookupTsfDeliveryConfigs(ctx, &tencentcloud.LookupTsfDeliveryConfigsArgs{
SearchWord: pulumi.StringRef("test"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var deliveryConfigs = Tencentcloud.GetTsfDeliveryConfigs.Invoke(new()
{
SearchWord = "test",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetTsfDeliveryConfigsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var deliveryConfigs = TencentcloudFunctions.getTsfDeliveryConfigs(GetTsfDeliveryConfigsArgs.builder()
.searchWord("test")
.build());
}
}
variables:
deliveryConfigs:
fn::invoke:
function: tencentcloud:getTsfDeliveryConfigs
arguments:
searchWord: test
Using getTsfDeliveryConfigs
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 getTsfDeliveryConfigs(args: GetTsfDeliveryConfigsArgs, opts?: InvokeOptions): Promise<GetTsfDeliveryConfigsResult>
function getTsfDeliveryConfigsOutput(args: GetTsfDeliveryConfigsOutputArgs, opts?: InvokeOptions): Output<GetTsfDeliveryConfigsResult>def get_tsf_delivery_configs(id: Optional[str] = None,
result_output_file: Optional[str] = None,
search_word: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTsfDeliveryConfigsResult
def get_tsf_delivery_configs_output(id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
search_word: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTsfDeliveryConfigsResult]func LookupTsfDeliveryConfigs(ctx *Context, args *LookupTsfDeliveryConfigsArgs, opts ...InvokeOption) (*LookupTsfDeliveryConfigsResult, error)
func LookupTsfDeliveryConfigsOutput(ctx *Context, args *LookupTsfDeliveryConfigsOutputArgs, opts ...InvokeOption) LookupTsfDeliveryConfigsResultOutput> Note: This function is named LookupTsfDeliveryConfigs in the Go SDK.
public static class GetTsfDeliveryConfigs
{
public static Task<GetTsfDeliveryConfigsResult> InvokeAsync(GetTsfDeliveryConfigsArgs args, InvokeOptions? opts = null)
public static Output<GetTsfDeliveryConfigsResult> Invoke(GetTsfDeliveryConfigsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTsfDeliveryConfigsResult> getTsfDeliveryConfigs(GetTsfDeliveryConfigsArgs args, InvokeOptions options)
public static Output<GetTsfDeliveryConfigsResult> getTsfDeliveryConfigs(GetTsfDeliveryConfigsArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getTsfDeliveryConfigs:getTsfDeliveryConfigs
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Result
Output stringFile - Used to save results.
- Search
Word string - search word.
- Id string
- Result
Output stringFile - Used to save results.
- Search
Word string - search word.
- id String
- result
Output StringFile - Used to save results.
- search
Word String - search word.
- id string
- result
Output stringFile - Used to save results.
- search
Word string - search word.
- id str
- result_
output_ strfile - Used to save results.
- search_
word str - search word.
- id String
- result
Output StringFile - Used to save results.
- search
Word String - search word.
getTsfDeliveryConfigs Result
The following output properties are available:
- Id string
- Results
List<Get
Tsf Delivery Configs Result> - deploy group information about the deployment group associated with a delivery item.Note: This field may return null, which means that no valid value was obtained.
- Result
Output stringFile - Search
Word string
- Id string
- Results
[]Get
Tsf Delivery Configs Result - deploy group information about the deployment group associated with a delivery item.Note: This field may return null, which means that no valid value was obtained.
- Result
Output stringFile - Search
Word string
- id String
- results
List<Get
Tsf Delivery Configs Result> - deploy group information about the deployment group associated with a delivery item.Note: This field may return null, which means that no valid value was obtained.
- result
Output StringFile - search
Word String
- id string
- results
Get
Tsf Delivery Configs Result[] - deploy group information about the deployment group associated with a delivery item.Note: This field may return null, which means that no valid value was obtained.
- result
Output stringFile - search
Word string
- id str
- results
Sequence[Get
Tsf Delivery Configs Result] - deploy group information about the deployment group associated with a delivery item.Note: This field may return null, which means that no valid value was obtained.
- result_
output_ strfile - search_
word str
- id String
- results List<Property Map>
- deploy group information about the deployment group associated with a delivery item.Note: This field may return null, which means that no valid value was obtained.
- result
Output StringFile - search
Word String
Supporting Types
GetTsfDeliveryConfigsResult
- Contents
List<Get
Tsf Delivery Configs Result Content> - content. Note: This field may return null, which means that no valid value was obtained.
- Total
Count double - total count. Note: This field may return null, which means that no valid value was obtained.
- Contents
[]Get
Tsf Delivery Configs Result Content - content. Note: This field may return null, which means that no valid value was obtained.
- Total
Count float64 - total count. Note: This field may return null, which means that no valid value was obtained.
- contents
List<Get
Tsf Delivery Configs Result Content> - content. Note: This field may return null, which means that no valid value was obtained.
- total
Count Double - total count. Note: This field may return null, which means that no valid value was obtained.
- contents
Get
Tsf Delivery Configs Result Content[] - content. Note: This field may return null, which means that no valid value was obtained.
- total
Count number - total count. Note: This field may return null, which means that no valid value was obtained.
- contents
Sequence[Get
Tsf Delivery Configs Result Content] - content. Note: This field may return null, which means that no valid value was obtained.
- total_
count float - total count. Note: This field may return null, which means that no valid value was obtained.
- contents List<Property Map>
- content. Note: This field may return null, which means that no valid value was obtained.
- total
Count Number - total count. Note: This field may return null, which means that no valid value was obtained.
GetTsfDeliveryConfigsResultContent
- Collect
Paths List<string> - harvest log path. Note: This field may return null, which means that no valid value was obtained.
- Config
Id string - config id.
- Config
Name string - config name.
- Create
Time string - Creation time.Note: This field may return null, indicating that no valid values can be obtained.
- Custom
Rule string - Custom Line Rule.
- Enable
Auth bool - whether use auth for kafka. Note: This field may return null, which means that no valid value was obtained.
- Enable
Global boolLine Rule - Indicates whether a single row rule should be applied.Note: This field may return null, which means that no valid value was obtained.
- Groups
List<Get
Tsf Delivery Configs Result Content Group> - Associated deployment group information.Note: This field may return null, indicating that no valid values can be obtained.
- Kafka
Address string - KafkaAddress refers to the address of a Kafka server.Note: This field may return null, which means that no valid value was obtained.
- Kafka
Infos List<GetTsf Delivery Configs Result Content Kafka Info> - Kafka Infos. Note: This field may return null, which means that no valid value was obtained.
- Kafka
VIp string - Kafka VIP. Note: This field may return null, which means that no valid value was obtained.
- Kafka
VPort string - Kafka VPort. Note: This field may return null, which means that no valid value was obtained.
- Line
Rule string - Line Rule for log. Note: This field may return null, which means that no valid value was obtained.
- Password string
- Password. Note: This field may return null, which means that no valid value was obtained.
- Topic string
- Topic. Note: This field may return null, which means that no valid value was obtained.
- Username string
- user Name. Note: This field may return null, which means that no valid value was obtained.
- Collect
Paths []string - harvest log path. Note: This field may return null, which means that no valid value was obtained.
- Config
Id string - config id.
- Config
Name string - config name.
- Create
Time string - Creation time.Note: This field may return null, indicating that no valid values can be obtained.
- Custom
Rule string - Custom Line Rule.
- Enable
Auth bool - whether use auth for kafka. Note: This field may return null, which means that no valid value was obtained.
- Enable
Global boolLine Rule - Indicates whether a single row rule should be applied.Note: This field may return null, which means that no valid value was obtained.
- Groups
[]Get
Tsf Delivery Configs Result Content Group - Associated deployment group information.Note: This field may return null, indicating that no valid values can be obtained.
- Kafka
Address string - KafkaAddress refers to the address of a Kafka server.Note: This field may return null, which means that no valid value was obtained.
- Kafka
Infos []GetTsf Delivery Configs Result Content Kafka Info - Kafka Infos. Note: This field may return null, which means that no valid value was obtained.
- Kafka
VIp string - Kafka VIP. Note: This field may return null, which means that no valid value was obtained.
- Kafka
VPort string - Kafka VPort. Note: This field may return null, which means that no valid value was obtained.
- Line
Rule string - Line Rule for log. Note: This field may return null, which means that no valid value was obtained.
- Password string
- Password. Note: This field may return null, which means that no valid value was obtained.
- Topic string
- Topic. Note: This field may return null, which means that no valid value was obtained.
- Username string
- user Name. Note: This field may return null, which means that no valid value was obtained.
- collect
Paths List<String> - harvest log path. Note: This field may return null, which means that no valid value was obtained.
- config
Id String - config id.
- config
Name String - config name.
- create
Time String - Creation time.Note: This field may return null, indicating that no valid values can be obtained.
- custom
Rule String - Custom Line Rule.
- enable
Auth Boolean - whether use auth for kafka. Note: This field may return null, which means that no valid value was obtained.
- enable
Global BooleanLine Rule - Indicates whether a single row rule should be applied.Note: This field may return null, which means that no valid value was obtained.
- groups
List<Get
Tsf Delivery Configs Result Content Group> - Associated deployment group information.Note: This field may return null, indicating that no valid values can be obtained.
- kafka
Address String - KafkaAddress refers to the address of a Kafka server.Note: This field may return null, which means that no valid value was obtained.
- kafka
Infos List<GetTsf Delivery Configs Result Content Kafka Info> - Kafka Infos. Note: This field may return null, which means that no valid value was obtained.
- kafka
VIp String - Kafka VIP. Note: This field may return null, which means that no valid value was obtained.
- kafka
VPort String - Kafka VPort. Note: This field may return null, which means that no valid value was obtained.
- line
Rule String - Line Rule for log. Note: This field may return null, which means that no valid value was obtained.
- password String
- Password. Note: This field may return null, which means that no valid value was obtained.
- topic String
- Topic. Note: This field may return null, which means that no valid value was obtained.
- username String
- user Name. Note: This field may return null, which means that no valid value was obtained.
- collect
Paths string[] - harvest log path. Note: This field may return null, which means that no valid value was obtained.
- config
Id string - config id.
- config
Name string - config name.
- create
Time string - Creation time.Note: This field may return null, indicating that no valid values can be obtained.
- custom
Rule string - Custom Line Rule.
- enable
Auth boolean - whether use auth for kafka. Note: This field may return null, which means that no valid value was obtained.
- enable
Global booleanLine Rule - Indicates whether a single row rule should be applied.Note: This field may return null, which means that no valid value was obtained.
- groups
Get
Tsf Delivery Configs Result Content Group[] - Associated deployment group information.Note: This field may return null, indicating that no valid values can be obtained.
- kafka
Address string - KafkaAddress refers to the address of a Kafka server.Note: This field may return null, which means that no valid value was obtained.
- kafka
Infos GetTsf Delivery Configs Result Content Kafka Info[] - Kafka Infos. Note: This field may return null, which means that no valid value was obtained.
- kafka
VIp string - Kafka VIP. Note: This field may return null, which means that no valid value was obtained.
- kafka
VPort string - Kafka VPort. Note: This field may return null, which means that no valid value was obtained.
- line
Rule string - Line Rule for log. Note: This field may return null, which means that no valid value was obtained.
- password string
- Password. Note: This field may return null, which means that no valid value was obtained.
- topic string
- Topic. Note: This field may return null, which means that no valid value was obtained.
- username string
- user Name. Note: This field may return null, which means that no valid value was obtained.
- collect_
paths Sequence[str] - harvest log path. Note: This field may return null, which means that no valid value was obtained.
- config_
id str - config id.
- config_
name str - config name.
- create_
time str - Creation time.Note: This field may return null, indicating that no valid values can be obtained.
- custom_
rule str - Custom Line Rule.
- enable_
auth bool - whether use auth for kafka. Note: This field may return null, which means that no valid value was obtained.
- enable_
global_ boolline_ rule - Indicates whether a single row rule should be applied.Note: This field may return null, which means that no valid value was obtained.
- groups
Sequence[Get
Tsf Delivery Configs Result Content Group] - Associated deployment group information.Note: This field may return null, indicating that no valid values can be obtained.
- kafka_
address str - KafkaAddress refers to the address of a Kafka server.Note: This field may return null, which means that no valid value was obtained.
- kafka_
infos Sequence[GetTsf Delivery Configs Result Content Kafka Info] - Kafka Infos. Note: This field may return null, which means that no valid value was obtained.
- kafka_
v_ strip - Kafka VIP. Note: This field may return null, which means that no valid value was obtained.
- kafka_
v_ strport - Kafka VPort. Note: This field may return null, which means that no valid value was obtained.
- line_
rule str - Line Rule for log. Note: This field may return null, which means that no valid value was obtained.
- password str
- Password. Note: This field may return null, which means that no valid value was obtained.
- topic str
- Topic. Note: This field may return null, which means that no valid value was obtained.
- username str
- user Name. Note: This field may return null, which means that no valid value was obtained.
- collect
Paths List<String> - harvest log path. Note: This field may return null, which means that no valid value was obtained.
- config
Id String - config id.
- config
Name String - config name.
- create
Time String - Creation time.Note: This field may return null, indicating that no valid values can be obtained.
- custom
Rule String - Custom Line Rule.
- enable
Auth Boolean - whether use auth for kafka. Note: This field may return null, which means that no valid value was obtained.
- enable
Global BooleanLine Rule - Indicates whether a single row rule should be applied.Note: This field may return null, which means that no valid value was obtained.
- groups List<Property Map>
- Associated deployment group information.Note: This field may return null, indicating that no valid values can be obtained.
- kafka
Address String - KafkaAddress refers to the address of a Kafka server.Note: This field may return null, which means that no valid value was obtained.
- kafka
Infos List<Property Map> - Kafka Infos. Note: This field may return null, which means that no valid value was obtained.
- kafka
VIp String - Kafka VIP. Note: This field may return null, which means that no valid value was obtained.
- kafka
VPort String - Kafka VPort. Note: This field may return null, which means that no valid value was obtained.
- line
Rule String - Line Rule for log. Note: This field may return null, which means that no valid value was obtained.
- password String
- Password. Note: This field may return null, which means that no valid value was obtained.
- topic String
- Topic. Note: This field may return null, which means that no valid value was obtained.
- username String
- user Name. Note: This field may return null, which means that no valid value was obtained.
GetTsfDeliveryConfigsResultContentGroup
- Associate
Time string - Associate Time. Note: This field may return null, indicating that no valid values can be obtained.
- Cluster
Id string - Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
- Cluster
Name string - Cluster Name. Note: This field may return null, indicating that no valid values can be obtained.
- Cluster
Type string - Cluster type.
- Group
Id string - Group Id.
- Group
Name string - Group Name.
- Namespace
Name string - Namespace Name. Note: This field may return null, indicating that no valid values can be obtained.
- Associate
Time string - Associate Time. Note: This field may return null, indicating that no valid values can be obtained.
- Cluster
Id string - Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
- Cluster
Name string - Cluster Name. Note: This field may return null, indicating that no valid values can be obtained.
- Cluster
Type string - Cluster type.
- Group
Id string - Group Id.
- Group
Name string - Group Name.
- Namespace
Name string - Namespace Name. Note: This field may return null, indicating that no valid values can be obtained.
- associate
Time String - Associate Time. Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Id String - Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Name String - Cluster Name. Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Type String - Cluster type.
- group
Id String - Group Id.
- group
Name String - Group Name.
- namespace
Name String - Namespace Name. Note: This field may return null, indicating that no valid values can be obtained.
- associate
Time string - Associate Time. Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Id string - Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Name string - Cluster Name. Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Type string - Cluster type.
- group
Id string - Group Id.
- group
Name string - Group Name.
- namespace
Name string - Namespace Name. Note: This field may return null, indicating that no valid values can be obtained.
- associate_
time str - Associate Time. Note: This field may return null, indicating that no valid values can be obtained.
- cluster_
id str - Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
- cluster_
name str - Cluster Name. Note: This field may return null, indicating that no valid values can be obtained.
- cluster_
type str - Cluster type.
- group_
id str - Group Id.
- group_
name str - Group Name.
- namespace_
name str - Namespace Name. Note: This field may return null, indicating that no valid values can be obtained.
- associate
Time String - Associate Time. Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Id String - Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Name String - Cluster Name. Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Type String - Cluster type.
- group
Id String - Group Id.
- group
Name String - Group Name.
- namespace
Name String - Namespace Name. Note: This field may return null, indicating that no valid values can be obtained.
GetTsfDeliveryConfigsResultContentKafkaInfo
- Custom
Rule string - Custom Line Rule.
- Line
Rule string - Line Rule for log. Note: This field may return null, which means that no valid value was obtained.
- Paths List<string>
- harvest log path. Note: This field may return null, which means that no valid value was obtained.
- Topic string
- Topic. Note: This field may return null, which means that no valid value was obtained.
- Custom
Rule string - Custom Line Rule.
- Line
Rule string - Line Rule for log. Note: This field may return null, which means that no valid value was obtained.
- Paths []string
- harvest log path. Note: This field may return null, which means that no valid value was obtained.
- Topic string
- Topic. Note: This field may return null, which means that no valid value was obtained.
- custom
Rule String - Custom Line Rule.
- line
Rule String - Line Rule for log. Note: This field may return null, which means that no valid value was obtained.
- paths List<String>
- harvest log path. Note: This field may return null, which means that no valid value was obtained.
- topic String
- Topic. Note: This field may return null, which means that no valid value was obtained.
- custom
Rule string - Custom Line Rule.
- line
Rule string - Line Rule for log. Note: This field may return null, which means that no valid value was obtained.
- paths string[]
- harvest log path. Note: This field may return null, which means that no valid value was obtained.
- topic string
- Topic. Note: This field may return null, which means that no valid value was obtained.
- custom_
rule str - Custom Line Rule.
- line_
rule str - Line Rule for log. Note: This field may return null, which means that no valid value was obtained.
- paths Sequence[str]
- harvest log path. Note: This field may return null, which means that no valid value was obtained.
- topic str
- Topic. Note: This field may return null, which means that no valid value was obtained.
- custom
Rule String - Custom Line Rule.
- line
Rule String - Line Rule for log. Note: This field may return null, which means that no valid value was obtained.
- paths List<String>
- harvest log path. Note: This field may return null, which means that no valid value was obtained.
- topic String
- Topic. Note: This field may return null, which means that no valid value was obtained.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
