tencentcloud 1.82.45 published on Tuesday, Dec 16, 2025 by tencentcloudstack
tencentcloud 1.82.45 published on Tuesday, Dec 16, 2025 by tencentcloudstack
Use this data source to query detailed information of Controlcenter account factory baseline items
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const example = tencentcloud.getControlcenterAccountFactoryBaselineItems({});
import pulumi
import pulumi_tencentcloud as tencentcloud
example = tencentcloud.get_controlcenter_account_factory_baseline_items()
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.GetControlcenterAccountFactoryBaselineItems(ctx, &tencentcloud.GetControlcenterAccountFactoryBaselineItemsArgs{}, 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 example = Tencentcloud.GetControlcenterAccountFactoryBaselineItems.Invoke();
});
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.GetControlcenterAccountFactoryBaselineItemsArgs;
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 example = TencentcloudFunctions.getControlcenterAccountFactoryBaselineItems(GetControlcenterAccountFactoryBaselineItemsArgs.builder()
.build());
}
}
variables:
example:
fn::invoke:
function: tencentcloud:getControlcenterAccountFactoryBaselineItems
arguments: {}
Using getControlcenterAccountFactoryBaselineItems
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 getControlcenterAccountFactoryBaselineItems(args: GetControlcenterAccountFactoryBaselineItemsArgs, opts?: InvokeOptions): Promise<GetControlcenterAccountFactoryBaselineItemsResult>
function getControlcenterAccountFactoryBaselineItemsOutput(args: GetControlcenterAccountFactoryBaselineItemsOutputArgs, opts?: InvokeOptions): Output<GetControlcenterAccountFactoryBaselineItemsResult>def get_controlcenter_account_factory_baseline_items(id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetControlcenterAccountFactoryBaselineItemsResult
def get_controlcenter_account_factory_baseline_items_output(id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetControlcenterAccountFactoryBaselineItemsResult]func GetControlcenterAccountFactoryBaselineItems(ctx *Context, args *GetControlcenterAccountFactoryBaselineItemsArgs, opts ...InvokeOption) (*GetControlcenterAccountFactoryBaselineItemsResult, error)
func GetControlcenterAccountFactoryBaselineItemsOutput(ctx *Context, args *GetControlcenterAccountFactoryBaselineItemsOutputArgs, opts ...InvokeOption) GetControlcenterAccountFactoryBaselineItemsResultOutput> Note: This function is named GetControlcenterAccountFactoryBaselineItems in the Go SDK.
public static class GetControlcenterAccountFactoryBaselineItems
{
public static Task<GetControlcenterAccountFactoryBaselineItemsResult> InvokeAsync(GetControlcenterAccountFactoryBaselineItemsArgs args, InvokeOptions? opts = null)
public static Output<GetControlcenterAccountFactoryBaselineItemsResult> Invoke(GetControlcenterAccountFactoryBaselineItemsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetControlcenterAccountFactoryBaselineItemsResult> getControlcenterAccountFactoryBaselineItems(GetControlcenterAccountFactoryBaselineItemsArgs args, InvokeOptions options)
public static Output<GetControlcenterAccountFactoryBaselineItemsResult> getControlcenterAccountFactoryBaselineItems(GetControlcenterAccountFactoryBaselineItemsArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getControlcenterAccountFactoryBaselineItems:getControlcenterAccountFactoryBaselineItems
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Result
Output stringFile - Used to save results.
- Id string
- Result
Output stringFile - Used to save results.
- id String
- result
Output StringFile - Used to save results.
- id string
- result
Output stringFile - Used to save results.
- id str
- result_
output_ strfile - Used to save results.
- id String
- result
Output StringFile - Used to save results.
getControlcenterAccountFactoryBaselineItems Result
The following output properties are available:
- Baseline
Items List<GetControlcenter Account Factory Baseline Items Baseline Item> - Account factory baseline list.
- Id string
- Result
Output stringFile
- Baseline
Items []GetControlcenter Account Factory Baseline Items Baseline Item - Account factory baseline list.
- Id string
- Result
Output stringFile
- baseline
Items List<GetControlcenter Account Factory Baseline Items Baseline Item> - Account factory baseline list.
- id String
- result
Output StringFile
- baseline
Items GetControlcenter Account Factory Baseline Items Baseline Item[] - Account factory baseline list.
- id string
- result
Output stringFile
- baseline_
items Sequence[GetControlcenter Account Factory Baseline Items Baseline Item] - Account factory baseline list.
- id str
- result_
output_ strfile
- baseline
Items List<Property Map> - Account factory baseline list.
- id String
- result
Output StringFile
Supporting Types
GetControlcenterAccountFactoryBaselineItemsBaselineItem
- Classify string
- Baseline classification. length: 2-32 english or chinese characters. values cannot be empty.
- Classify
En string - Baseline english classification, with a length of 2-64 english characters. cannot be empty.
- Depends
Ons List<GetControlcenter Account Factory Baseline Items Baseline Item Depends On> - Baseline item dependency. value range of N depends on the count of other baseline items it relies on.
- Description string
- Baseline description, with a length of 2 to 256 english or chinese characters. it is empty by default.
- Description
En string - Baseline item english description, with a length of 2 to 1024 english characters. it is empty by default.
- Identifier string
- Specifies the unique identifier for account factory baseline item, can only contain
english letters,digits, and@,._[]-:()()[]+=., with a length of 2-128 characters. - Name string
- Baseline item name. specifies a unique name for the feature item. supports a combination of english letters, numbers, chinese characters, and symbols @, &, _, [, ], -. valid values: 1-25 chinese or english characters.
- Name
En string - Baseline item english name. specifies a unique name for the baseline item. supports a combination of english letters, digits, spaces, and symbols @, &, _, [], -. valid values: 1-64 english characters.
- Required double
- Specifies whether the baseline item is required (1: required; 0: optional).
- Weight double
- Baseline item weight. the smaller the value, the higher the weight. value range equal to or greater than 0.
- Classify string
- Baseline classification. length: 2-32 english or chinese characters. values cannot be empty.
- Classify
En string - Baseline english classification, with a length of 2-64 english characters. cannot be empty.
- Depends
Ons []GetControlcenter Account Factory Baseline Items Baseline Item Depends On - Baseline item dependency. value range of N depends on the count of other baseline items it relies on.
- Description string
- Baseline description, with a length of 2 to 256 english or chinese characters. it is empty by default.
- Description
En string - Baseline item english description, with a length of 2 to 1024 english characters. it is empty by default.
- Identifier string
- Specifies the unique identifier for account factory baseline item, can only contain
english letters,digits, and@,._[]-:()()[]+=., with a length of 2-128 characters. - Name string
- Baseline item name. specifies a unique name for the feature item. supports a combination of english letters, numbers, chinese characters, and symbols @, &, _, [, ], -. valid values: 1-25 chinese or english characters.
- Name
En string - Baseline item english name. specifies a unique name for the baseline item. supports a combination of english letters, digits, spaces, and symbols @, &, _, [], -. valid values: 1-64 english characters.
- Required float64
- Specifies whether the baseline item is required (1: required; 0: optional).
- Weight float64
- Baseline item weight. the smaller the value, the higher the weight. value range equal to or greater than 0.
- classify String
- Baseline classification. length: 2-32 english or chinese characters. values cannot be empty.
- classify
En String - Baseline english classification, with a length of 2-64 english characters. cannot be empty.
- depends
Ons List<GetControlcenter Account Factory Baseline Items Baseline Item Depends On> - Baseline item dependency. value range of N depends on the count of other baseline items it relies on.
- description String
- Baseline description, with a length of 2 to 256 english or chinese characters. it is empty by default.
- description
En String - Baseline item english description, with a length of 2 to 1024 english characters. it is empty by default.
- identifier String
- Specifies the unique identifier for account factory baseline item, can only contain
english letters,digits, and@,._[]-:()()[]+=., with a length of 2-128 characters. - name String
- Baseline item name. specifies a unique name for the feature item. supports a combination of english letters, numbers, chinese characters, and symbols @, &, _, [, ], -. valid values: 1-25 chinese or english characters.
- name
En String - Baseline item english name. specifies a unique name for the baseline item. supports a combination of english letters, digits, spaces, and symbols @, &, _, [], -. valid values: 1-64 english characters.
- required Double
- Specifies whether the baseline item is required (1: required; 0: optional).
- weight Double
- Baseline item weight. the smaller the value, the higher the weight. value range equal to or greater than 0.
- classify string
- Baseline classification. length: 2-32 english or chinese characters. values cannot be empty.
- classify
En string - Baseline english classification, with a length of 2-64 english characters. cannot be empty.
- depends
Ons GetControlcenter Account Factory Baseline Items Baseline Item Depends On[] - Baseline item dependency. value range of N depends on the count of other baseline items it relies on.
- description string
- Baseline description, with a length of 2 to 256 english or chinese characters. it is empty by default.
- description
En string - Baseline item english description, with a length of 2 to 1024 english characters. it is empty by default.
- identifier string
- Specifies the unique identifier for account factory baseline item, can only contain
english letters,digits, and@,._[]-:()()[]+=., with a length of 2-128 characters. - name string
- Baseline item name. specifies a unique name for the feature item. supports a combination of english letters, numbers, chinese characters, and symbols @, &, _, [, ], -. valid values: 1-25 chinese or english characters.
- name
En string - Baseline item english name. specifies a unique name for the baseline item. supports a combination of english letters, digits, spaces, and symbols @, &, _, [], -. valid values: 1-64 english characters.
- required number
- Specifies whether the baseline item is required (1: required; 0: optional).
- weight number
- Baseline item weight. the smaller the value, the higher the weight. value range equal to or greater than 0.
- classify str
- Baseline classification. length: 2-32 english or chinese characters. values cannot be empty.
- classify_
en str - Baseline english classification, with a length of 2-64 english characters. cannot be empty.
- depends_
ons Sequence[GetControlcenter Account Factory Baseline Items Baseline Item Depends On] - Baseline item dependency. value range of N depends on the count of other baseline items it relies on.
- description str
- Baseline description, with a length of 2 to 256 english or chinese characters. it is empty by default.
- description_
en str - Baseline item english description, with a length of 2 to 1024 english characters. it is empty by default.
- identifier str
- Specifies the unique identifier for account factory baseline item, can only contain
english letters,digits, and@,._[]-:()()[]+=., with a length of 2-128 characters. - name str
- Baseline item name. specifies a unique name for the feature item. supports a combination of english letters, numbers, chinese characters, and symbols @, &, _, [, ], -. valid values: 1-25 chinese or english characters.
- name_
en str - Baseline item english name. specifies a unique name for the baseline item. supports a combination of english letters, digits, spaces, and symbols @, &, _, [], -. valid values: 1-64 english characters.
- required float
- Specifies whether the baseline item is required (1: required; 0: optional).
- weight float
- Baseline item weight. the smaller the value, the higher the weight. value range equal to or greater than 0.
- classify String
- Baseline classification. length: 2-32 english or chinese characters. values cannot be empty.
- classify
En String - Baseline english classification, with a length of 2-64 english characters. cannot be empty.
- depends
Ons List<Property Map> - Baseline item dependency. value range of N depends on the count of other baseline items it relies on.
- description String
- Baseline description, with a length of 2 to 256 english or chinese characters. it is empty by default.
- description
En String - Baseline item english description, with a length of 2 to 1024 english characters. it is empty by default.
- identifier String
- Specifies the unique identifier for account factory baseline item, can only contain
english letters,digits, and@,._[]-:()()[]+=., with a length of 2-128 characters. - name String
- Baseline item name. specifies a unique name for the feature item. supports a combination of english letters, numbers, chinese characters, and symbols @, &, _, [, ], -. valid values: 1-25 chinese or english characters.
- name
En String - Baseline item english name. specifies a unique name for the baseline item. supports a combination of english letters, digits, spaces, and symbols @, &, _, [], -. valid values: 1-64 english characters.
- required Number
- Specifies whether the baseline item is required (1: required; 0: optional).
- weight Number
- Baseline item weight. the smaller the value, the higher the weight. value range equal to or greater than 0.
GetControlcenterAccountFactoryBaselineItemsBaselineItemDependsOn
- Identifier string
- Specifies the unique identifier for account factory baseline item, can only contain
english letters,digits, and@,._[]-:()()[]+=., with a length of 2-128 characters. - Type string
- Dependency type. valid values: LandingZoneSetUp or AccountFactorySetUp. LandingZoneSetUp refers to the dependency of landingZone. AccountFactorySetUp refers to the dependency of account factory.
- Identifier string
- Specifies the unique identifier for account factory baseline item, can only contain
english letters,digits, and@,._[]-:()()[]+=., with a length of 2-128 characters. - Type string
- Dependency type. valid values: LandingZoneSetUp or AccountFactorySetUp. LandingZoneSetUp refers to the dependency of landingZone. AccountFactorySetUp refers to the dependency of account factory.
- identifier String
- Specifies the unique identifier for account factory baseline item, can only contain
english letters,digits, and@,._[]-:()()[]+=., with a length of 2-128 characters. - type String
- Dependency type. valid values: LandingZoneSetUp or AccountFactorySetUp. LandingZoneSetUp refers to the dependency of landingZone. AccountFactorySetUp refers to the dependency of account factory.
- identifier string
- Specifies the unique identifier for account factory baseline item, can only contain
english letters,digits, and@,._[]-:()()[]+=., with a length of 2-128 characters. - type string
- Dependency type. valid values: LandingZoneSetUp or AccountFactorySetUp. LandingZoneSetUp refers to the dependency of landingZone. AccountFactorySetUp refers to the dependency of account factory.
- identifier str
- Specifies the unique identifier for account factory baseline item, can only contain
english letters,digits, and@,._[]-:()()[]+=., with a length of 2-128 characters. - type str
- Dependency type. valid values: LandingZoneSetUp or AccountFactorySetUp. LandingZoneSetUp refers to the dependency of landingZone. AccountFactorySetUp refers to the dependency of account factory.
- identifier String
- Specifies the unique identifier for account factory baseline item, can only contain
english letters,digits, and@,._[]-:()()[]+=., with a length of 2-128 characters. - type String
- Dependency type. valid values: LandingZoneSetUp or AccountFactorySetUp. LandingZoneSetUp refers to the dependency of landingZone. AccountFactorySetUp refers to the dependency of account factory.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.45 published on Tuesday, Dec 16, 2025 by tencentcloudstack
