import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudTatInvocationTaskConfig extends cdktf.TerraformMetaArguments { /** * Whether to hide the output. Valid values:True (default): Hide the outputFalse: Show the output. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tat_invocation_task#hide_output DataTencentcloudTatInvocationTask#hide_output} */ readonly hideOutput?: boolean | cdktf.IResolvable; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tat_invocation_task#id DataTencentcloudTatInvocationTask#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; /** * List of execution task IDs. Up to 100 IDs are allowed for each request. InvocationTaskIds and Filters cannot be specified at the same time. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tat_invocation_task#invocation_task_ids DataTencentcloudTatInvocationTask#invocation_task_ids} */ readonly invocationTaskIds?: string[]; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tat_invocation_task#result_output_file DataTencentcloudTatInvocationTask#result_output_file} */ readonly resultOutputFile?: string; /** * filters block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tat_invocation_task#filters DataTencentcloudTatInvocationTask#filters} */ readonly filters?: DataTencentcloudTatInvocationTaskFilters[] | cdktf.IResolvable; } export interface DataTencentcloudTatInvocationTaskInvocationTaskSetCommandDocument { } export declare function dataTencentcloudTatInvocationTaskInvocationTaskSetCommandDocumentToTerraform(struct?: DataTencentcloudTatInvocationTaskInvocationTaskSetCommandDocument): any; export declare function dataTencentcloudTatInvocationTaskInvocationTaskSetCommandDocumentToHclTerraform(struct?: DataTencentcloudTatInvocationTaskInvocationTaskSetCommandDocument): any; export declare class DataTencentcloudTatInvocationTaskInvocationTaskSetCommandDocumentOutputReference 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(): DataTencentcloudTatInvocationTaskInvocationTaskSetCommandDocument | undefined; set internalValue(value: DataTencentcloudTatInvocationTaskInvocationTaskSetCommandDocument | undefined); get commandType(): any; get content(): any; get outputCosBucketUrl(): any; get outputCosKeyPrefix(): any; get timeout(): any; get username(): any; get workingDirectory(): any; } export declare class DataTencentcloudTatInvocationTaskInvocationTaskSetCommandDocumentList 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): DataTencentcloudTatInvocationTaskInvocationTaskSetCommandDocumentOutputReference; } export interface DataTencentcloudTatInvocationTaskInvocationTaskSetTaskResult { } export declare function dataTencentcloudTatInvocationTaskInvocationTaskSetTaskResultToTerraform(struct?: DataTencentcloudTatInvocationTaskInvocationTaskSetTaskResult): any; export declare function dataTencentcloudTatInvocationTaskInvocationTaskSetTaskResultToHclTerraform(struct?: DataTencentcloudTatInvocationTaskInvocationTaskSetTaskResult): any; export declare class DataTencentcloudTatInvocationTaskInvocationTaskSetTaskResultOutputReference 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(): DataTencentcloudTatInvocationTaskInvocationTaskSetTaskResult | undefined; set internalValue(value: DataTencentcloudTatInvocationTaskInvocationTaskSetTaskResult | undefined); get dropped(): any; get execEndTime(): any; get execStartTime(): any; get exitCode(): any; get output(): any; get outputUploadCosErrorInfo(): any; get outputUrl(): any; } export declare class DataTencentcloudTatInvocationTaskInvocationTaskSetTaskResultList 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): DataTencentcloudTatInvocationTaskInvocationTaskSetTaskResultOutputReference; } export interface DataTencentcloudTatInvocationTaskInvocationTaskSet { } export declare function dataTencentcloudTatInvocationTaskInvocationTaskSetToTerraform(struct?: DataTencentcloudTatInvocationTaskInvocationTaskSet): any; export declare function dataTencentcloudTatInvocationTaskInvocationTaskSetToHclTerraform(struct?: DataTencentcloudTatInvocationTaskInvocationTaskSet): any; export declare class DataTencentcloudTatInvocationTaskInvocationTaskSetOutputReference 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(): DataTencentcloudTatInvocationTaskInvocationTaskSet | undefined; set internalValue(value: DataTencentcloudTatInvocationTaskInvocationTaskSet | undefined); private _commandDocument; get commandDocument(): DataTencentcloudTatInvocationTaskInvocationTaskSetCommandDocumentList; get commandId(): any; get createdTime(): any; get endTime(): any; get errorInfo(): any; get instanceId(): any; get invocationId(): any; get invocationSource(): any; get invocationTaskId(): any; get startTime(): any; private _taskResult; get taskResult(): DataTencentcloudTatInvocationTaskInvocationTaskSetTaskResultList; get taskStatus(): any; get updatedTime(): any; } export declare class DataTencentcloudTatInvocationTaskInvocationTaskSetList 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): DataTencentcloudTatInvocationTaskInvocationTaskSetOutputReference; } export interface DataTencentcloudTatInvocationTaskFilters { /** * Field to be filtered. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tat_invocation_task#name DataTencentcloudTatInvocationTask#name} */ readonly name: string; /** * Filter values of the field. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tat_invocation_task#values DataTencentcloudTatInvocationTask#values} */ readonly values: string[]; } export declare function dataTencentcloudTatInvocationTaskFiltersToTerraform(struct?: DataTencentcloudTatInvocationTaskFilters | cdktf.IResolvable): any; export declare function dataTencentcloudTatInvocationTaskFiltersToHclTerraform(struct?: DataTencentcloudTatInvocationTaskFilters | cdktf.IResolvable): any; export declare class DataTencentcloudTatInvocationTaskFiltersOutputReference extends cdktf.ComplexObject { private isEmptyObject; private resolvableValue?; /** * @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(): DataTencentcloudTatInvocationTaskFilters | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudTatInvocationTaskFilters | cdktf.IResolvable | undefined); private _name?; get name(): string; set name(value: string); get nameInput(): string; private _values?; get values(): string[]; set values(value: string[]); get valuesInput(): string[]; } export declare class DataTencentcloudTatInvocationTaskFiltersList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudTatInvocationTaskFilters[] | cdktf.IResolvable; /** * @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): DataTencentcloudTatInvocationTaskFiltersOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tat_invocation_task tencentcloud_tat_invocation_task} */ export declare class DataTencentcloudTatInvocationTask extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_tat_invocation_task"; /** * Generates CDKTF code for importing a DataTencentcloudTatInvocationTask 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 DataTencentcloudTatInvocationTask to import * @param importFromId The id of the existing DataTencentcloudTatInvocationTask that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tat_invocation_task#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudTatInvocationTask 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/tat_invocation_task tencentcloud_tat_invocation_task} 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 DataTencentcloudTatInvocationTaskConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudTatInvocationTaskConfig); private _hideOutput?; get hideOutput(): boolean | cdktf.IResolvable; set hideOutput(value: boolean | cdktf.IResolvable); resetHideOutput(): void; get hideOutputInput(): any; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _invocationTaskIds?; get invocationTaskIds(): string[]; set invocationTaskIds(value: string[]); resetInvocationTaskIds(): void; get invocationTaskIdsInput(): string[]; private _invocationTaskSet; get invocationTaskSet(): DataTencentcloudTatInvocationTaskInvocationTaskSetList; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _filters; get filters(): DataTencentcloudTatInvocationTaskFiltersList; putFilters(value: DataTencentcloudTatInvocationTaskFilters[] | cdktf.IResolvable): void; resetFilters(): void; get filtersInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }