tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack
tencentcloud.getTsfDeliveryConfigs
Explore with Pulumi AI
tencentcloud 1.81.183 published on Wednesday, Apr 16, 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 dictionary
The 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
This property is required. List<GetTsf Delivery Configs Result Content> - content. Note: This field may return null, which means that no valid value was obtained.
- Total
Count This property is required. double - total count. Note: This field may return null, which means that no valid value was obtained.
- Contents
This property is required. []GetTsf Delivery Configs Result Content - content. Note: This field may return null, which means that no valid value was obtained.
- Total
Count This property is required. float64 - total count. Note: This field may return null, which means that no valid value was obtained.
- contents
This property is required. List<GetTsf Delivery Configs Result Content> - content. Note: This field may return null, which means that no valid value was obtained.
- total
Count This property is required. Double - total count. Note: This field may return null, which means that no valid value was obtained.
- contents
This property is required. GetTsf Delivery Configs Result Content[] - content. Note: This field may return null, which means that no valid value was obtained.
- total
Count This property is required. number - total count. Note: This field may return null, which means that no valid value was obtained.
- contents
This property is required. Sequence[GetTsf Delivery Configs Result Content] - content. Note: This field may return null, which means that no valid value was obtained.
- total_
count This property is required. float - total count. Note: This field may return null, which means that no valid value was obtained.
- contents
This property is required. List<Property Map> - content. Note: This field may return null, which means that no valid value was obtained.
- total
Count This property is required. Number - total count. Note: This field may return null, which means that no valid value was obtained.
GetTsfDeliveryConfigsResultContent
- Collect
Paths This property is required. List<string> - harvest log path. Note: This field may return null, which means that no valid value was obtained.
- Config
Id This property is required. string - config id.
- Config
Name This property is required. string - config name.
- Create
Time This property is required. string - Creation time.Note: This field may return null, indicating that no valid values can be obtained.
- Custom
Rule This property is required. string - Custom Line Rule.
- Enable
Auth This property is required. bool - whether use auth for kafka. Note: This field may return null, which means that no valid value was obtained.
- Enable
Global Line Rule This property is required. bool - Indicates whether a single row rule should be applied.Note: This field may return null, which means that no valid value was obtained.
- Groups
This property is required. List<GetTsf 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 This property is required. 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 This property is required. 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 This property is required. string - Kafka VIP. Note: This field may return null, which means that no valid value was obtained.
- Kafka
VPort This property is required. string - Kafka VPort. Note: This field may return null, which means that no valid value was obtained.
- Line
Rule This property is required. string - Line Rule for log. Note: This field may return null, which means that no valid value was obtained.
- Password
This property is required. string - Password. Note: This field may return null, which means that no valid value was obtained.
- Topic
This property is required. string - Topic. Note: This field may return null, which means that no valid value was obtained.
- Username
This property is required. string - user Name. Note: This field may return null, which means that no valid value was obtained.
- Collect
Paths This property is required. []string - harvest log path. Note: This field may return null, which means that no valid value was obtained.
- Config
Id This property is required. string - config id.
- Config
Name This property is required. string - config name.
- Create
Time This property is required. string - Creation time.Note: This field may return null, indicating that no valid values can be obtained.
- Custom
Rule This property is required. string - Custom Line Rule.
- Enable
Auth This property is required. bool - whether use auth for kafka. Note: This field may return null, which means that no valid value was obtained.
- Enable
Global Line Rule This property is required. bool - Indicates whether a single row rule should be applied.Note: This field may return null, which means that no valid value was obtained.
- Groups
This property is required. []GetTsf 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 This property is required. 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 This property is required. []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 This property is required. string - Kafka VIP. Note: This field may return null, which means that no valid value was obtained.
- Kafka
VPort This property is required. string - Kafka VPort. Note: This field may return null, which means that no valid value was obtained.
- Line
Rule This property is required. string - Line Rule for log. Note: This field may return null, which means that no valid value was obtained.
- Password
This property is required. string - Password. Note: This field may return null, which means that no valid value was obtained.
- Topic
This property is required. string - Topic. Note: This field may return null, which means that no valid value was obtained.
- Username
This property is required. string - user Name. Note: This field may return null, which means that no valid value was obtained.
- collect
Paths This property is required. List<String> - harvest log path. Note: This field may return null, which means that no valid value was obtained.
- config
Id This property is required. String - config id.
- config
Name This property is required. String - config name.
- create
Time This property is required. String - Creation time.Note: This field may return null, indicating that no valid values can be obtained.
- custom
Rule This property is required. String - Custom Line Rule.
- enable
Auth This property is required. Boolean - whether use auth for kafka. Note: This field may return null, which means that no valid value was obtained.
- enable
Global Line Rule This property is required. Boolean - Indicates whether a single row rule should be applied.Note: This field may return null, which means that no valid value was obtained.
- groups
This property is required. List<GetTsf 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 This property is required. 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 This property is required. 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 This property is required. String - Kafka VIP. Note: This field may return null, which means that no valid value was obtained.
- kafka
VPort This property is required. String - Kafka VPort. Note: This field may return null, which means that no valid value was obtained.
- line
Rule This property is required. String - Line Rule for log. Note: This field may return null, which means that no valid value was obtained.
- password
This property is required. String - Password. Note: This field may return null, which means that no valid value was obtained.
- topic
This property is required. String - Topic. Note: This field may return null, which means that no valid value was obtained.
- username
This property is required. String - user Name. Note: This field may return null, which means that no valid value was obtained.
- collect
Paths This property is required. string[] - harvest log path. Note: This field may return null, which means that no valid value was obtained.
- config
Id This property is required. string - config id.
- config
Name This property is required. string - config name.
- create
Time This property is required. string - Creation time.Note: This field may return null, indicating that no valid values can be obtained.
- custom
Rule This property is required. string - Custom Line Rule.
- enable
Auth This property is required. boolean - whether use auth for kafka. Note: This field may return null, which means that no valid value was obtained.
- enable
Global Line Rule This property is required. boolean - Indicates whether a single row rule should be applied.Note: This field may return null, which means that no valid value was obtained.
- groups
This property is required. GetTsf 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 This property is required. 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 This property is required. 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 This property is required. string - Kafka VIP. Note: This field may return null, which means that no valid value was obtained.
- kafka
VPort This property is required. string - Kafka VPort. Note: This field may return null, which means that no valid value was obtained.
- line
Rule This property is required. string - Line Rule for log. Note: This field may return null, which means that no valid value was obtained.
- password
This property is required. string - Password. Note: This field may return null, which means that no valid value was obtained.
- topic
This property is required. string - Topic. Note: This field may return null, which means that no valid value was obtained.
- username
This property is required. string - user Name. Note: This field may return null, which means that no valid value was obtained.
- collect_
paths This property is required. Sequence[str] - harvest log path. Note: This field may return null, which means that no valid value was obtained.
- config_
id This property is required. str - config id.
- config_
name This property is required. str - config name.
- create_
time This property is required. str - Creation time.Note: This field may return null, indicating that no valid values can be obtained.
- custom_
rule This property is required. str - Custom Line Rule.
- enable_
auth This property is required. bool - whether use auth for kafka. Note: This field may return null, which means that no valid value was obtained.
- enable_
global_ line_ rule This property is required. bool - Indicates whether a single row rule should be applied.Note: This field may return null, which means that no valid value was obtained.
- groups
This property is required. Sequence[GetTsf 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 This property is required. 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 This property is required. 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_ ip This property is required. str - Kafka VIP. Note: This field may return null, which means that no valid value was obtained.
- kafka_
v_ port This property is required. str - Kafka VPort. Note: This field may return null, which means that no valid value was obtained.
- line_
rule This property is required. str - Line Rule for log. Note: This field may return null, which means that no valid value was obtained.
- password
This property is required. str - Password. Note: This field may return null, which means that no valid value was obtained.
- topic
This property is required. str - Topic. Note: This field may return null, which means that no valid value was obtained.
- username
This property is required. str - user Name. Note: This field may return null, which means that no valid value was obtained.
- collect
Paths This property is required. List<String> - harvest log path. Note: This field may return null, which means that no valid value was obtained.
- config
Id This property is required. String - config id.
- config
Name This property is required. String - config name.
- create
Time This property is required. String - Creation time.Note: This field may return null, indicating that no valid values can be obtained.
- custom
Rule This property is required. String - Custom Line Rule.
- enable
Auth This property is required. Boolean - whether use auth for kafka. Note: This field may return null, which means that no valid value was obtained.
- enable
Global Line Rule This property is required. Boolean - Indicates whether a single row rule should be applied.Note: This field may return null, which means that no valid value was obtained.
- groups
This property is required. List<Property Map> - Associated deployment group information.Note: This field may return null, indicating that no valid values can be obtained.
- kafka
Address This property is required. 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 This property is required. List<Property Map> - Kafka Infos. Note: This field may return null, which means that no valid value was obtained.
- kafka
VIp This property is required. String - Kafka VIP. Note: This field may return null, which means that no valid value was obtained.
- kafka
VPort This property is required. String - Kafka VPort. Note: This field may return null, which means that no valid value was obtained.
- line
Rule This property is required. String - Line Rule for log. Note: This field may return null, which means that no valid value was obtained.
- password
This property is required. String - Password. Note: This field may return null, which means that no valid value was obtained.
- topic
This property is required. String - Topic. Note: This field may return null, which means that no valid value was obtained.
- username
This property is required. String - user Name. Note: This field may return null, which means that no valid value was obtained.
GetTsfDeliveryConfigsResultContentGroup
- Associate
Time This property is required. string - Associate Time. Note: This field may return null, indicating that no valid values can be obtained.
- Cluster
Id This property is required. string - Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
- Cluster
Name This property is required. string - Cluster Name. Note: This field may return null, indicating that no valid values can be obtained.
- Cluster
Type This property is required. string - Cluster type.
- Group
Id This property is required. string - Group Id.
- Group
Name This property is required. string - Group Name.
- Namespace
Name This property is required. string - Namespace Name. Note: This field may return null, indicating that no valid values can be obtained.
- Associate
Time This property is required. string - Associate Time. Note: This field may return null, indicating that no valid values can be obtained.
- Cluster
Id This property is required. string - Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
- Cluster
Name This property is required. string - Cluster Name. Note: This field may return null, indicating that no valid values can be obtained.
- Cluster
Type This property is required. string - Cluster type.
- Group
Id This property is required. string - Group Id.
- Group
Name This property is required. string - Group Name.
- Namespace
Name This property is required. string - Namespace Name. Note: This field may return null, indicating that no valid values can be obtained.
- associate
Time This property is required. String - Associate Time. Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Id This property is required. String - Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Name This property is required. String - Cluster Name. Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Type This property is required. String - Cluster type.
- group
Id This property is required. String - Group Id.
- group
Name This property is required. String - Group Name.
- namespace
Name This property is required. String - Namespace Name. Note: This field may return null, indicating that no valid values can be obtained.
- associate
Time This property is required. string - Associate Time. Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Id This property is required. string - Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Name This property is required. string - Cluster Name. Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Type This property is required. string - Cluster type.
- group
Id This property is required. string - Group Id.
- group
Name This property is required. string - Group Name.
- namespace
Name This property is required. string - Namespace Name. Note: This field may return null, indicating that no valid values can be obtained.
- associate_
time This property is required. str - Associate Time. Note: This field may return null, indicating that no valid values can be obtained.
- cluster_
id This property is required. str - Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
- cluster_
name This property is required. str - Cluster Name. Note: This field may return null, indicating that no valid values can be obtained.
- cluster_
type This property is required. str - Cluster type.
- group_
id This property is required. str - Group Id.
- group_
name This property is required. str - Group Name.
- namespace_
name This property is required. str - Namespace Name. Note: This field may return null, indicating that no valid values can be obtained.
- associate
Time This property is required. String - Associate Time. Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Id This property is required. String - Cluster ID. Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Name This property is required. String - Cluster Name. Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Type This property is required. String - Cluster type.
- group
Id This property is required. String - Group Id.
- group
Name This property is required. String - Group Name.
- namespace
Name This property is required. String - Namespace Name. Note: This field may return null, indicating that no valid values can be obtained.
GetTsfDeliveryConfigsResultContentKafkaInfo
- Custom
Rule This property is required. string - Custom Line Rule.
- Line
Rule This property is required. string - Line Rule for log. Note: This field may return null, which means that no valid value was obtained.
- Paths
This property is required. List<string> - harvest log path. Note: This field may return null, which means that no valid value was obtained.
- Topic
This property is required. string - Topic. Note: This field may return null, which means that no valid value was obtained.
- Custom
Rule This property is required. string - Custom Line Rule.
- Line
Rule This property is required. string - Line Rule for log. Note: This field may return null, which means that no valid value was obtained.
- Paths
This property is required. []string - harvest log path. Note: This field may return null, which means that no valid value was obtained.
- Topic
This property is required. string - Topic. Note: This field may return null, which means that no valid value was obtained.
- custom
Rule This property is required. String - Custom Line Rule.
- line
Rule This property is required. String - Line Rule for log. Note: This field may return null, which means that no valid value was obtained.
- paths
This property is required. List<String> - harvest log path. Note: This field may return null, which means that no valid value was obtained.
- topic
This property is required. String - Topic. Note: This field may return null, which means that no valid value was obtained.
- custom
Rule This property is required. string - Custom Line Rule.
- line
Rule This property is required. string - Line Rule for log. Note: This field may return null, which means that no valid value was obtained.
- paths
This property is required. string[] - harvest log path. Note: This field may return null, which means that no valid value was obtained.
- topic
This property is required. string - Topic. Note: This field may return null, which means that no valid value was obtained.
- custom_
rule This property is required. str - Custom Line Rule.
- line_
rule This property is required. str - Line Rule for log. Note: This field may return null, which means that no valid value was obtained.
- paths
This property is required. Sequence[str] - harvest log path. Note: This field may return null, which means that no valid value was obtained.
- topic
This property is required. str - Topic. Note: This field may return null, which means that no valid value was obtained.
- custom
Rule This property is required. String - Custom Line Rule.
- line
Rule This property is required. String - Line Rule for log. Note: This field may return null, which means that no valid value was obtained.
- paths
This property is required. List<String> - harvest log path. Note: This field may return null, which means that no valid value was obtained.
- topic
This property is required. 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
tencentcloud
Terraform Provider.
tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack