1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getControlcenterAccountFactoryBaselineItems
tencentcloud 1.82.45 published on Tuesday, Dec 16, 2025 by tencentcloudstack
tencentcloud logo
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 dictionary

    The following arguments are supported:

    Id string
    ResultOutputFile string
    Used to save results.
    Id string
    ResultOutputFile string
    Used to save results.
    id String
    resultOutputFile String
    Used to save results.
    id string
    resultOutputFile string
    Used to save results.
    id str
    result_output_file str
    Used to save results.
    id String
    resultOutputFile String
    Used to save results.

    getControlcenterAccountFactoryBaselineItems Result

    The following output properties are available:

    baselineItems List<Property Map>
    Account factory baseline list.
    id String
    resultOutputFile String

    Supporting Types

    GetControlcenterAccountFactoryBaselineItemsBaselineItem

    Classify string
    Baseline classification. length: 2-32 english or chinese characters. values cannot be empty.
    ClassifyEn string
    Baseline english classification, with a length of 2-64 english characters. cannot be empty.
    DependsOns List<GetControlcenterAccountFactoryBaselineItemsBaselineItemDependsOn>
    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.
    DescriptionEn 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.
    NameEn 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.
    ClassifyEn string
    Baseline english classification, with a length of 2-64 english characters. cannot be empty.
    DependsOns []GetControlcenterAccountFactoryBaselineItemsBaselineItemDependsOn
    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.
    DescriptionEn 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.
    NameEn 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.
    classifyEn String
    Baseline english classification, with a length of 2-64 english characters. cannot be empty.
    dependsOns List<GetControlcenterAccountFactoryBaselineItemsBaselineItemDependsOn>
    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.
    descriptionEn 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.
    nameEn 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.
    classifyEn string
    Baseline english classification, with a length of 2-64 english characters. cannot be empty.
    dependsOns GetControlcenterAccountFactoryBaselineItemsBaselineItemDependsOn[]
    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.
    descriptionEn 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.
    nameEn 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[GetControlcenterAccountFactoryBaselineItemsBaselineItemDependsOn]
    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.
    classifyEn String
    Baseline english classification, with a length of 2-64 english characters. cannot be empty.
    dependsOns 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.
    descriptionEn 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.
    nameEn 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 tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.82.45 published on Tuesday, Dec 16, 2025 by tencentcloudstack
      Meet Neo: Your AI Platform Teammate