import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudScfFunctionsConfig extends cdktf.TerraformMetaArguments { /** * Description of the SCF function to be queried. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/scf_functions#description DataTencentcloudScfFunctions#description} */ readonly description?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/scf_functions#id DataTencentcloudScfFunctions#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** * Name of the SCF function to be queried. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/scf_functions#name DataTencentcloudScfFunctions#name} */ readonly name?: string; /** * Namespace of the SCF function to be queried. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/scf_functions#namespace DataTencentcloudScfFunctions#namespace} */ readonly namespace?: string; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/scf_functions#result_output_file DataTencentcloudScfFunctions#result_output_file} */ readonly resultOutputFile?: string; /** * Tags of the SCF function to be queried, can use up to 10 tags. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/scf_functions#tags DataTencentcloudScfFunctions#tags} */ readonly tags?: { [key: string]: string; }; } export interface DataTencentcloudScfFunctionsFunctionsImageConfig { } export declare function dataTencentcloudScfFunctionsFunctionsImageConfigToTerraform(struct?: DataTencentcloudScfFunctionsFunctionsImageConfig): any; export declare function dataTencentcloudScfFunctionsFunctionsImageConfigToHclTerraform(struct?: DataTencentcloudScfFunctionsFunctionsImageConfig): any; export declare class DataTencentcloudScfFunctionsFunctionsImageConfigOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataTencentcloudScfFunctionsFunctionsImageConfig | undefined; set internalValue(value: DataTencentcloudScfFunctionsFunctionsImageConfig | undefined); get args(): any; get command(): any; get containerImageAccelerate(): any; get entryPoint(): any; get imagePort(): any; get imageType(): any; get imageUri(): any; get registryId(): any; } export declare class DataTencentcloudScfFunctionsFunctionsImageConfigList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataTencentcloudScfFunctionsFunctionsImageConfigOutputReference; } export interface DataTencentcloudScfFunctionsFunctionsIntranetConfig { } export declare function dataTencentcloudScfFunctionsFunctionsIntranetConfigToTerraform(struct?: DataTencentcloudScfFunctionsFunctionsIntranetConfig): any; export declare function dataTencentcloudScfFunctionsFunctionsIntranetConfigToHclTerraform(struct?: DataTencentcloudScfFunctionsFunctionsIntranetConfig): any; export declare class DataTencentcloudScfFunctionsFunctionsIntranetConfigOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataTencentcloudScfFunctionsFunctionsIntranetConfig | undefined; set internalValue(value: DataTencentcloudScfFunctionsFunctionsIntranetConfig | undefined); get ipAddress(): any; get ipFixed(): any; } export declare class DataTencentcloudScfFunctionsFunctionsIntranetConfigList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataTencentcloudScfFunctionsFunctionsIntranetConfigOutputReference; } export interface DataTencentcloudScfFunctionsFunctionsTriggerInfo { } export declare function dataTencentcloudScfFunctionsFunctionsTriggerInfoToTerraform(struct?: DataTencentcloudScfFunctionsFunctionsTriggerInfo): any; export declare function dataTencentcloudScfFunctionsFunctionsTriggerInfoToHclTerraform(struct?: DataTencentcloudScfFunctionsFunctionsTriggerInfo): any; export declare class DataTencentcloudScfFunctionsFunctionsTriggerInfoOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataTencentcloudScfFunctionsFunctionsTriggerInfo | undefined; set internalValue(value: DataTencentcloudScfFunctionsFunctionsTriggerInfo | undefined); get createTime(): any; get customArgument(): any; get enable(): any; get modifyTime(): any; get name(): any; get triggerDesc(): any; get type(): any; } export declare class DataTencentcloudScfFunctionsFunctionsTriggerInfoList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataTencentcloudScfFunctionsFunctionsTriggerInfoOutputReference; } export interface DataTencentcloudScfFunctionsFunctions { } export declare function dataTencentcloudScfFunctionsFunctionsToTerraform(struct?: DataTencentcloudScfFunctionsFunctions): any; export declare function dataTencentcloudScfFunctionsFunctionsToHclTerraform(struct?: DataTencentcloudScfFunctionsFunctions): any; export declare class DataTencentcloudScfFunctionsFunctionsOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataTencentcloudScfFunctionsFunctions | undefined; set internalValue(value: DataTencentcloudScfFunctionsFunctions | undefined); get asyncRunEnable(): any; get clsLogsetId(): any; get clsTopicId(): any; get codeError(): any; get codeResult(): any; get codeSize(): any; get createTime(): any; get description(): any; get dnsCache(): any; get eipFixed(): any; get eips(): any; get enableEipConfig(): any; get enablePublicNet(): any; private _environment; get environment(): any; get errNo(): any; get handler(): any; get host(): any; private _imageConfig; get imageConfig(): DataTencentcloudScfFunctionsFunctionsImageConfigList; get installDependency(): any; private _intranetConfig; get intranetConfig(): DataTencentcloudScfFunctionsFunctionsIntranetConfigList; get l5Enable(): any; get memSize(): any; get modifyTime(): any; get name(): any; get namespace(): any; get role(): any; get runtime(): any; get status(): any; get statusDesc(): any; get subnetId(): any; private _tags; get tags(): any; get timeout(): any; private _triggerInfo; get triggerInfo(): DataTencentcloudScfFunctionsFunctionsTriggerInfoList; get vip(): any; get vpcId(): any; } export declare class DataTencentcloudScfFunctionsFunctionsList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataTencentcloudScfFunctionsFunctionsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/scf_functions tencentcloud_scf_functions} */ export declare class DataTencentcloudScfFunctions extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_scf_functions"; /** * Generates CDKTF code for importing a DataTencentcloudScfFunctions resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataTencentcloudScfFunctions to import * @param importFromId The id of the existing DataTencentcloudScfFunctions that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/scf_functions#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudScfFunctions to import is found */ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any; /** * Create a new {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/scf_functions tencentcloud_scf_functions} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope * @param options DataTencentcloudScfFunctionsConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudScfFunctionsConfig); private _description?; get description(): string; set description(value: string); resetDescription(): void; get descriptionInput(): string; private _functions; get functions(): DataTencentcloudScfFunctionsFunctionsList; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _name?; get name(): string; set name(value: string); resetName(): void; get nameInput(): string; private _namespace?; get namespace(): string; set namespace(value: string); resetNamespace(): void; get namespaceInput(): string; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _tags?; get tags(): { [key: string]: string; }; set tags(value: { [key: string]: string; }); resetTags(): void; get tagsInput(): { [key: string]: string; }; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }