tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
tencentcloud.getTsfConfigSummary
Start a Neo task
Explain and create a tencentcloud.getTsfConfigSummary resource
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
Use this data source to query detailed information of tsf config_summary
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const configSummary = tencentcloud.getTsfConfigSummary({
applicationId: "application-a24x29xv",
searchWord: "terraform",
orderBy: "last_update_time",
orderType: 0,
disableProgramAuthCheck: true,
configIdLists: ["dcfg-y54wzk3a"],
});
import pulumi
import pulumi_tencentcloud as tencentcloud
config_summary = tencentcloud.get_tsf_config_summary(application_id="application-a24x29xv",
search_word="terraform",
order_by="last_update_time",
order_type=0,
disable_program_auth_check=True,
config_id_lists=["dcfg-y54wzk3a"])
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.LookupTsfConfigSummary(ctx, &tencentcloud.LookupTsfConfigSummaryArgs{
ApplicationId: pulumi.StringRef("application-a24x29xv"),
SearchWord: pulumi.StringRef("terraform"),
OrderBy: pulumi.StringRef("last_update_time"),
OrderType: pulumi.Float64Ref(0),
DisableProgramAuthCheck: pulumi.BoolRef(true),
ConfigIdLists: []string{
"dcfg-y54wzk3a",
},
}, 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 configSummary = Tencentcloud.GetTsfConfigSummary.Invoke(new()
{
ApplicationId = "application-a24x29xv",
SearchWord = "terraform",
OrderBy = "last_update_time",
OrderType = 0,
DisableProgramAuthCheck = true,
ConfigIdLists = new[]
{
"dcfg-y54wzk3a",
},
});
});
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.GetTsfConfigSummaryArgs;
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 configSummary = TencentcloudFunctions.getTsfConfigSummary(GetTsfConfigSummaryArgs.builder()
.applicationId("application-a24x29xv")
.searchWord("terraform")
.orderBy("last_update_time")
.orderType(0)
.disableProgramAuthCheck(true)
.configIdLists("dcfg-y54wzk3a")
.build());
}
}
variables:
configSummary:
fn::invoke:
function: tencentcloud:getTsfConfigSummary
arguments:
applicationId: application-a24x29xv
searchWord: terraform
orderBy: last_update_time
orderType: 0
disableProgramAuthCheck: true
configIdLists:
- dcfg-y54wzk3a
Using getTsfConfigSummary
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 getTsfConfigSummary(args: GetTsfConfigSummaryArgs, opts?: InvokeOptions): Promise<GetTsfConfigSummaryResult>
function getTsfConfigSummaryOutput(args: GetTsfConfigSummaryOutputArgs, opts?: InvokeOptions): Output<GetTsfConfigSummaryResult>def get_tsf_config_summary(application_id: Optional[str] = None,
config_id_lists: Optional[Sequence[str]] = None,
config_tag_lists: Optional[Sequence[str]] = None,
disable_program_auth_check: Optional[bool] = None,
id: Optional[str] = None,
order_by: Optional[str] = None,
order_type: Optional[float] = None,
result_output_file: Optional[str] = None,
search_word: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTsfConfigSummaryResult
def get_tsf_config_summary_output(application_id: Optional[pulumi.Input[str]] = None,
config_id_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
config_tag_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
disable_program_auth_check: Optional[pulumi.Input[bool]] = None,
id: Optional[pulumi.Input[str]] = None,
order_by: Optional[pulumi.Input[str]] = None,
order_type: Optional[pulumi.Input[float]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
search_word: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTsfConfigSummaryResult]func LookupTsfConfigSummary(ctx *Context, args *LookupTsfConfigSummaryArgs, opts ...InvokeOption) (*LookupTsfConfigSummaryResult, error)
func LookupTsfConfigSummaryOutput(ctx *Context, args *LookupTsfConfigSummaryOutputArgs, opts ...InvokeOption) LookupTsfConfigSummaryResultOutput> Note: This function is named LookupTsfConfigSummary in the Go SDK.
public static class GetTsfConfigSummary
{
public static Task<GetTsfConfigSummaryResult> InvokeAsync(GetTsfConfigSummaryArgs args, InvokeOptions? opts = null)
public static Output<GetTsfConfigSummaryResult> Invoke(GetTsfConfigSummaryInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTsfConfigSummaryResult> getTsfConfigSummary(GetTsfConfigSummaryArgs args, InvokeOptions options)
public static Output<GetTsfConfigSummaryResult> getTsfConfigSummary(GetTsfConfigSummaryArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getTsfConfigSummary:getTsfConfigSummary
arguments:
# arguments dictionaryThe following arguments are supported:
- Application
Id string - Application ID. If not passed, the query will be for all.
- Config
Id List<string>Lists - Config Id List.
- Config
Tag List<string>Lists - config tag list.
- Disable
Program boolAuth Check - Whether to disable dataset authentication.
- Id string
- Order
By string - Order term. support Sort by time: creation_time; or Sort by name: config_name.
- Order
Type double - Pass 0 for ascending order and 1 for descending order.
- Result
Output stringFile - Used to save results.
- Search
Word string - Query keyword, fuzzy query: application name, configuration item name. If not passed, the query will be for all.
- Application
Id string - Application ID. If not passed, the query will be for all.
- Config
Id []stringLists - Config Id List.
- Config
Tag []stringLists - config tag list.
- Disable
Program boolAuth Check - Whether to disable dataset authentication.
- Id string
- Order
By string - Order term. support Sort by time: creation_time; or Sort by name: config_name.
- Order
Type float64 - Pass 0 for ascending order and 1 for descending order.
- Result
Output stringFile - Used to save results.
- Search
Word string - Query keyword, fuzzy query: application name, configuration item name. If not passed, the query will be for all.
- application
Id String - Application ID. If not passed, the query will be for all.
- config
Id List<String>Lists - Config Id List.
- config
Tag List<String>Lists - config tag list.
- disable
Program BooleanAuth Check - Whether to disable dataset authentication.
- id String
- order
By String - Order term. support Sort by time: creation_time; or Sort by name: config_name.
- order
Type Double - Pass 0 for ascending order and 1 for descending order.
- result
Output StringFile - Used to save results.
- search
Word String - Query keyword, fuzzy query: application name, configuration item name. If not passed, the query will be for all.
- application
Id string - Application ID. If not passed, the query will be for all.
- config
Id string[]Lists - Config Id List.
- config
Tag string[]Lists - config tag list.
- disable
Program booleanAuth Check - Whether to disable dataset authentication.
- id string
- order
By string - Order term. support Sort by time: creation_time; or Sort by name: config_name.
- order
Type number - Pass 0 for ascending order and 1 for descending order.
- result
Output stringFile - Used to save results.
- search
Word string - Query keyword, fuzzy query: application name, configuration item name. If not passed, the query will be for all.
- application_
id str - Application ID. If not passed, the query will be for all.
- config_
id_ Sequence[str]lists - Config Id List.
- config_
tag_ Sequence[str]lists - config tag list.
- disable_
program_ boolauth_ check - Whether to disable dataset authentication.
- id str
- order_
by str - Order term. support Sort by time: creation_time; or Sort by name: config_name.
- order_
type float - Pass 0 for ascending order and 1 for descending order.
- result_
output_ strfile - Used to save results.
- search_
word str - Query keyword, fuzzy query: application name, configuration item name. If not passed, the query will be for all.
- application
Id String - Application ID. If not passed, the query will be for all.
- config
Id List<String>Lists - Config Id List.
- config
Tag List<String>Lists - config tag list.
- disable
Program BooleanAuth Check - Whether to disable dataset authentication.
- id String
- order
By String - Order term. support Sort by time: creation_time; or Sort by name: config_name.
- order
Type Number - Pass 0 for ascending order and 1 for descending order.
- result
Output StringFile - Used to save results.
- search
Word String - Query keyword, fuzzy query: application name, configuration item name. If not passed, the query will be for all.
getTsfConfigSummary Result
The following output properties are available:
- Id string
- Results
List<Get
Tsf Config Summary Result> - config Page Item.
- Application
Id string - Application ID.Note: This field may return null, indicating that no valid value was found.
- Config
Id List<string>Lists - Config
Tag List<string>Lists - Disable
Program boolAuth Check - Order
By string - Order
Type double - Result
Output stringFile - Search
Word string
- Id string
- Results
[]Get
Tsf Config Summary Result - config Page Item.
- Application
Id string - Application ID.Note: This field may return null, indicating that no valid value was found.
- Config
Id []stringLists - Config
Tag []stringLists - Disable
Program boolAuth Check - Order
By string - Order
Type float64 - Result
Output stringFile - Search
Word string
- id String
- results
List<Get
Tsf Config Summary Result> - config Page Item.
- application
Id String - Application ID.Note: This field may return null, indicating that no valid value was found.
- config
Id List<String>Lists - config
Tag List<String>Lists - disable
Program BooleanAuth Check - order
By String - order
Type Double - result
Output StringFile - search
Word String
- id string
- results
Get
Tsf Config Summary Result[] - config Page Item.
- application
Id string - Application ID.Note: This field may return null, indicating that no valid value was found.
- config
Id string[]Lists - config
Tag string[]Lists - disable
Program booleanAuth Check - order
By string - order
Type number - result
Output stringFile - search
Word string
- id str
- results
Sequence[Get
Tsf Config Summary Result] - config Page Item.
- application_
id str - Application ID.Note: This field may return null, indicating that no valid value was found.
- config_
id_ Sequence[str]lists - config_
tag_ Sequence[str]lists - disable_
program_ boolauth_ check - order_
by str - order_
type float - result_
output_ strfile - search_
word str
- id String
- results List<Property Map>
- config Page Item.
- application
Id String - Application ID.Note: This field may return null, indicating that no valid value was found.
- config
Id List<String>Lists - config
Tag List<String>Lists - disable
Program BooleanAuth Check - order
By String - order
Type Number - result
Output StringFile - search
Word String
Supporting Types
GetTsfConfigSummaryResult
- Contents
List<Get
Tsf Config Summary Result Content> - config list.
- Total
Count double - total count.
- Contents
[]Get
Tsf Config Summary Result Content - config list.
- Total
Count float64 - total count.
- contents
List<Get
Tsf Config Summary Result Content> - config list.
- total
Count Double - total count.
- contents
Get
Tsf Config Summary Result Content[] - config list.
- total
Count number - total count.
- contents
Sequence[Get
Tsf Config Summary Result Content] - config list.
- total_
count float - total count.
- contents List<Property Map>
- config list.
- total
Count Number - total count.
GetTsfConfigSummaryResultContent
- Application
Id string - Application ID. If not passed, the query will be for all.
- Application
Name string - Application Name. Note: This field may return null, indicating that no valid value was found.
- Config
Id string - Configuration item ID.Note: This field may return null, indicating that no valid value was found.
- Config
Name string - Configuration name.Note: This field may return null, indicating that no valid value was found.
- Config
Type string - Config type. Note: This field may return null, indicating that no valid value was found.
- Config
Value string - Configuration value.Note: This field may return null, indicating that no valid value was found.
- Config
Version string - Configuration version. Note: This field may return null, indicating that no valid value was found.
- Config
Version doubleCount - Configure version count.Note: This field may return null, indicating that no valid value was found.
- Config
Version stringDesc - Configuration version description.Note: This field may return null, indicating that no valid value was found.
- Creation
Time string - Create time.Note: This field may return null, indicating that no valid value was found.
- Delete
Flag bool - Deletion flag, true: deletable; false: not deletable.Note: This field may return null, indicating that no valid value was found.
- Last
Update stringTime - Last update time.Note: This field may return null, indicating that no valid value was found.
- Application
Id string - Application ID. If not passed, the query will be for all.
- Application
Name string - Application Name. Note: This field may return null, indicating that no valid value was found.
- Config
Id string - Configuration item ID.Note: This field may return null, indicating that no valid value was found.
- Config
Name string - Configuration name.Note: This field may return null, indicating that no valid value was found.
- Config
Type string - Config type. Note: This field may return null, indicating that no valid value was found.
- Config
Value string - Configuration value.Note: This field may return null, indicating that no valid value was found.
- Config
Version string - Configuration version. Note: This field may return null, indicating that no valid value was found.
- Config
Version float64Count - Configure version count.Note: This field may return null, indicating that no valid value was found.
- Config
Version stringDesc - Configuration version description.Note: This field may return null, indicating that no valid value was found.
- Creation
Time string - Create time.Note: This field may return null, indicating that no valid value was found.
- Delete
Flag bool - Deletion flag, true: deletable; false: not deletable.Note: This field may return null, indicating that no valid value was found.
- Last
Update stringTime - Last update time.Note: This field may return null, indicating that no valid value was found.
- application
Id String - Application ID. If not passed, the query will be for all.
- application
Name String - Application Name. Note: This field may return null, indicating that no valid value was found.
- config
Id String - Configuration item ID.Note: This field may return null, indicating that no valid value was found.
- config
Name String - Configuration name.Note: This field may return null, indicating that no valid value was found.
- config
Type String - Config type. Note: This field may return null, indicating that no valid value was found.
- config
Value String - Configuration value.Note: This field may return null, indicating that no valid value was found.
- config
Version String - Configuration version. Note: This field may return null, indicating that no valid value was found.
- config
Version DoubleCount - Configure version count.Note: This field may return null, indicating that no valid value was found.
- config
Version StringDesc - Configuration version description.Note: This field may return null, indicating that no valid value was found.
- creation
Time String - Create time.Note: This field may return null, indicating that no valid value was found.
- delete
Flag Boolean - Deletion flag, true: deletable; false: not deletable.Note: This field may return null, indicating that no valid value was found.
- last
Update StringTime - Last update time.Note: This field may return null, indicating that no valid value was found.
- application
Id string - Application ID. If not passed, the query will be for all.
- application
Name string - Application Name. Note: This field may return null, indicating that no valid value was found.
- config
Id string - Configuration item ID.Note: This field may return null, indicating that no valid value was found.
- config
Name string - Configuration name.Note: This field may return null, indicating that no valid value was found.
- config
Type string - Config type. Note: This field may return null, indicating that no valid value was found.
- config
Value string - Configuration value.Note: This field may return null, indicating that no valid value was found.
- config
Version string - Configuration version. Note: This field may return null, indicating that no valid value was found.
- config
Version numberCount - Configure version count.Note: This field may return null, indicating that no valid value was found.
- config
Version stringDesc - Configuration version description.Note: This field may return null, indicating that no valid value was found.
- creation
Time string - Create time.Note: This field may return null, indicating that no valid value was found.
- delete
Flag boolean - Deletion flag, true: deletable; false: not deletable.Note: This field may return null, indicating that no valid value was found.
- last
Update stringTime - Last update time.Note: This field may return null, indicating that no valid value was found.
- application_
id str - Application ID. If not passed, the query will be for all.
- application_
name str - Application Name. Note: This field may return null, indicating that no valid value was found.
- config_
id str - Configuration item ID.Note: This field may return null, indicating that no valid value was found.
- config_
name str - Configuration name.Note: This field may return null, indicating that no valid value was found.
- config_
type str - Config type. Note: This field may return null, indicating that no valid value was found.
- config_
value str - Configuration value.Note: This field may return null, indicating that no valid value was found.
- config_
version str - Configuration version. Note: This field may return null, indicating that no valid value was found.
- config_
version_ floatcount - Configure version count.Note: This field may return null, indicating that no valid value was found.
- config_
version_ strdesc - Configuration version description.Note: This field may return null, indicating that no valid value was found.
- creation_
time str - Create time.Note: This field may return null, indicating that no valid value was found.
- delete_
flag bool - Deletion flag, true: deletable; false: not deletable.Note: This field may return null, indicating that no valid value was found.
- last_
update_ strtime - Last update time.Note: This field may return null, indicating that no valid value was found.
- application
Id String - Application ID. If not passed, the query will be for all.
- application
Name String - Application Name. Note: This field may return null, indicating that no valid value was found.
- config
Id String - Configuration item ID.Note: This field may return null, indicating that no valid value was found.
- config
Name String - Configuration name.Note: This field may return null, indicating that no valid value was found.
- config
Type String - Config type. Note: This field may return null, indicating that no valid value was found.
- config
Value String - Configuration value.Note: This field may return null, indicating that no valid value was found.
- config
Version String - Configuration version. Note: This field may return null, indicating that no valid value was found.
- config
Version NumberCount - Configure version count.Note: This field may return null, indicating that no valid value was found.
- config
Version StringDesc - Configuration version description.Note: This field may return null, indicating that no valid value was found.
- creation
Time String - Create time.Note: This field may return null, indicating that no valid value was found.
- delete
Flag Boolean - Deletion flag, true: deletable; false: not deletable.Note: This field may return null, indicating that no valid value was found.
- last
Update StringTime - Last update time.Note: This field may return null, indicating that no valid value was found.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
