import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudVodProcedureTemplatesConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vod_procedure_templates#id DataTencentcloudVodProcedureTemplates#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 procedure template. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vod_procedure_templates#name DataTencentcloudVodProcedureTemplates#name} */ readonly name?: string; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vod_procedure_templates#result_output_file DataTencentcloudVodProcedureTemplates#result_output_file} */ readonly resultOutputFile?: string; /** * Subapplication ID in VOD. If you need to access a resource in a subapplication, enter the subapplication ID in this field; otherwise, leave it empty. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vod_procedure_templates#sub_app_id DataTencentcloudVodProcedureTemplates#sub_app_id} */ readonly subAppId?: number; /** * Template type filter. Valid values: `Preset`, `Custom`. `Preset`: preset template; `Custom`: custom template. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vod_procedure_templates#type DataTencentcloudVodProcedureTemplates#type} */ readonly type?: string; } export interface DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAdaptiveDynamicStreamingTaskListWatermarkListStruct { } export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAdaptiveDynamicStreamingTaskListWatermarkListStructToTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAdaptiveDynamicStreamingTaskListWatermarkListStruct): any; export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAdaptiveDynamicStreamingTaskListWatermarkListStructToHclTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAdaptiveDynamicStreamingTaskListWatermarkListStruct): any; export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAdaptiveDynamicStreamingTaskListWatermarkListStructOutputReference 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(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAdaptiveDynamicStreamingTaskListWatermarkListStruct | undefined; set internalValue(value: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAdaptiveDynamicStreamingTaskListWatermarkListStruct | undefined); get definition(): any; get endTimeOffset(): any; get startTimeOffset(): any; get svgContent(): any; get textContent(): any; } export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAdaptiveDynamicStreamingTaskListWatermarkListStructList 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): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAdaptiveDynamicStreamingTaskListWatermarkListStructOutputReference; } export interface DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAdaptiveDynamicStreamingTaskListStruct { } export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAdaptiveDynamicStreamingTaskListStructToTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAdaptiveDynamicStreamingTaskListStruct): any; export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAdaptiveDynamicStreamingTaskListStructToHclTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAdaptiveDynamicStreamingTaskListStruct): any; export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAdaptiveDynamicStreamingTaskListStructOutputReference 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(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAdaptiveDynamicStreamingTaskListStruct | undefined; set internalValue(value: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAdaptiveDynamicStreamingTaskListStruct | undefined); get definition(): any; private _watermarkList; get watermarkList(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAdaptiveDynamicStreamingTaskListWatermarkListStructList; } export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAdaptiveDynamicStreamingTaskListStructList 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): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAdaptiveDynamicStreamingTaskListStructOutputReference; } export interface DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAnimatedGraphicTaskListStruct { } export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAnimatedGraphicTaskListStructToTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAnimatedGraphicTaskListStruct): any; export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAnimatedGraphicTaskListStructToHclTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAnimatedGraphicTaskListStruct): any; export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAnimatedGraphicTaskListStructOutputReference 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(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAnimatedGraphicTaskListStruct | undefined; set internalValue(value: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAnimatedGraphicTaskListStruct | undefined); get definition(): any; get endTimeOffset(): any; get startTimeOffset(): any; } export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAnimatedGraphicTaskListStructList 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): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAnimatedGraphicTaskListStructOutputReference; } export interface DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskCoverBySnapshotTaskListWatermarkListStruct { } export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskCoverBySnapshotTaskListWatermarkListStructToTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskCoverBySnapshotTaskListWatermarkListStruct): any; export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskCoverBySnapshotTaskListWatermarkListStructToHclTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskCoverBySnapshotTaskListWatermarkListStruct): any; export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskCoverBySnapshotTaskListWatermarkListStructOutputReference 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(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskCoverBySnapshotTaskListWatermarkListStruct | undefined; set internalValue(value: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskCoverBySnapshotTaskListWatermarkListStruct | undefined); get definition(): any; get endTimeOffset(): any; get startTimeOffset(): any; get svgContent(): any; get textContent(): any; } export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskCoverBySnapshotTaskListWatermarkListStructList 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): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskCoverBySnapshotTaskListWatermarkListStructOutputReference; } export interface DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskCoverBySnapshotTaskListStruct { } export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskCoverBySnapshotTaskListStructToTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskCoverBySnapshotTaskListStruct): any; export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskCoverBySnapshotTaskListStructToHclTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskCoverBySnapshotTaskListStruct): any; export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskCoverBySnapshotTaskListStructOutputReference 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(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskCoverBySnapshotTaskListStruct | undefined; set internalValue(value: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskCoverBySnapshotTaskListStruct | undefined); get definition(): any; get positionType(): any; get positionValue(): any; private _watermarkList; get watermarkList(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskCoverBySnapshotTaskListWatermarkListStructList; } export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskCoverBySnapshotTaskListStructList 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): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskCoverBySnapshotTaskListStructOutputReference; } export interface DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskImageSpriteTaskListStruct { } export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskImageSpriteTaskListStructToTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskImageSpriteTaskListStruct): any; export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskImageSpriteTaskListStructToHclTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskImageSpriteTaskListStruct): any; export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskImageSpriteTaskListStructOutputReference 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(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskImageSpriteTaskListStruct | undefined; set internalValue(value: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskImageSpriteTaskListStruct | undefined); get definition(): any; } export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskImageSpriteTaskListStructList 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): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskImageSpriteTaskListStructOutputReference; } export interface DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSampleSnapshotTaskListWatermarkListStruct { } export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSampleSnapshotTaskListWatermarkListStructToTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSampleSnapshotTaskListWatermarkListStruct): any; export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSampleSnapshotTaskListWatermarkListStructToHclTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSampleSnapshotTaskListWatermarkListStruct): any; export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSampleSnapshotTaskListWatermarkListStructOutputReference 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(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSampleSnapshotTaskListWatermarkListStruct | undefined; set internalValue(value: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSampleSnapshotTaskListWatermarkListStruct | undefined); get definition(): any; get endTimeOffset(): any; get startTimeOffset(): any; get svgContent(): any; get textContent(): any; } export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSampleSnapshotTaskListWatermarkListStructList 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): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSampleSnapshotTaskListWatermarkListStructOutputReference; } export interface DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSampleSnapshotTaskListStruct { } export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSampleSnapshotTaskListStructToTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSampleSnapshotTaskListStruct): any; export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSampleSnapshotTaskListStructToHclTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSampleSnapshotTaskListStruct): any; export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSampleSnapshotTaskListStructOutputReference 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(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSampleSnapshotTaskListStruct | undefined; set internalValue(value: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSampleSnapshotTaskListStruct | undefined); get definition(): any; private _watermarkList; get watermarkList(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSampleSnapshotTaskListWatermarkListStructList; } export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSampleSnapshotTaskListStructList 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): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSampleSnapshotTaskListStructOutputReference; } export interface DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSnapshotByTimeOffsetTaskListWatermarkListStruct { } export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSnapshotByTimeOffsetTaskListWatermarkListStructToTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSnapshotByTimeOffsetTaskListWatermarkListStruct): any; export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSnapshotByTimeOffsetTaskListWatermarkListStructToHclTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSnapshotByTimeOffsetTaskListWatermarkListStruct): any; export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSnapshotByTimeOffsetTaskListWatermarkListStructOutputReference 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(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSnapshotByTimeOffsetTaskListWatermarkListStruct | undefined; set internalValue(value: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSnapshotByTimeOffsetTaskListWatermarkListStruct | undefined); get definition(): any; get endTimeOffset(): any; get startTimeOffset(): any; get svgContent(): any; get textContent(): any; } export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSnapshotByTimeOffsetTaskListWatermarkListStructList 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): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSnapshotByTimeOffsetTaskListWatermarkListStructOutputReference; } export interface DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSnapshotByTimeOffsetTaskListStruct { } export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSnapshotByTimeOffsetTaskListStructToTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSnapshotByTimeOffsetTaskListStruct): any; export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSnapshotByTimeOffsetTaskListStructToHclTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSnapshotByTimeOffsetTaskListStruct): any; export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSnapshotByTimeOffsetTaskListStructOutputReference 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(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSnapshotByTimeOffsetTaskListStruct | undefined; set internalValue(value: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSnapshotByTimeOffsetTaskListStruct | undefined); get definition(): any; get extTimeOffsetList(): any; private _watermarkList; get watermarkList(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSnapshotByTimeOffsetTaskListWatermarkListStructList; } export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSnapshotByTimeOffsetTaskListStructList 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): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSnapshotByTimeOffsetTaskListStructOutputReference; } export interface DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListMosaicListStruct { } export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListMosaicListStructToTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListMosaicListStruct): any; export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListMosaicListStructToHclTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListMosaicListStruct): any; export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListMosaicListStructOutputReference 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(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListMosaicListStruct | undefined; set internalValue(value: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListMosaicListStruct | undefined); get coordinateOrigin(): any; get endTimeOffset(): any; get height(): any; get startTimeOffset(): any; get width(): any; get xPos(): any; get yPos(): any; } export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListMosaicListStructList 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): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListMosaicListStructOutputReference; } export interface DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListWatermarkListStruct { } export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListWatermarkListStructToTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListWatermarkListStruct): any; export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListWatermarkListStructToHclTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListWatermarkListStruct): any; export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListWatermarkListStructOutputReference 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(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListWatermarkListStruct | undefined; set internalValue(value: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListWatermarkListStruct | undefined); get definition(): any; get endTimeOffset(): any; get startTimeOffset(): any; get svgContent(): any; get textContent(): any; } export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListWatermarkListStructList 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): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListWatermarkListStructOutputReference; } export interface DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListStruct { } export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListStructToTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListStruct): any; export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListStructToHclTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListStruct): any; export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListStructOutputReference 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(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListStruct | undefined; set internalValue(value: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListStruct | undefined); get definition(): any; private _mosaicList; get mosaicList(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListMosaicListStructList; private _watermarkList; get watermarkList(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListWatermarkListStructList; } export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListStructList 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): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListStructOutputReference; } export interface DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTask { } export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskToTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTask): any; export declare function dataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskToHclTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTask): any; export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskOutputReference 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(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTask | undefined; set internalValue(value: DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTask | undefined); private _adaptiveDynamicStreamingTaskList; get adaptiveDynamicStreamingTaskList(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAdaptiveDynamicStreamingTaskListStructList; private _animatedGraphicTaskList; get animatedGraphicTaskList(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskAnimatedGraphicTaskListStructList; private _coverBySnapshotTaskList; get coverBySnapshotTaskList(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskCoverBySnapshotTaskListStructList; private _imageSpriteTaskList; get imageSpriteTaskList(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskImageSpriteTaskListStructList; private _sampleSnapshotTaskList; get sampleSnapshotTaskList(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSampleSnapshotTaskListStructList; private _snapshotByTimeOffsetTaskList; get snapshotByTimeOffsetTaskList(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskSnapshotByTimeOffsetTaskListStructList; private _transcodeTaskList; get transcodeTaskList(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskTranscodeTaskListStructList; } export declare class DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskList 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): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskOutputReference; } export interface DataTencentcloudVodProcedureTemplatesTemplateListStruct { } export declare function dataTencentcloudVodProcedureTemplatesTemplateListStructToTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListStruct): any; export declare function dataTencentcloudVodProcedureTemplatesTemplateListStructToHclTerraform(struct?: DataTencentcloudVodProcedureTemplatesTemplateListStruct): any; export declare class DataTencentcloudVodProcedureTemplatesTemplateListStructOutputReference 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(): DataTencentcloudVodProcedureTemplatesTemplateListStruct | undefined; set internalValue(value: DataTencentcloudVodProcedureTemplatesTemplateListStruct | undefined); get comment(): any; get createTime(): any; private _mediaProcessTask; get mediaProcessTask(): DataTencentcloudVodProcedureTemplatesTemplateListMediaProcessTaskList; get name(): any; get type(): any; get updateTime(): any; } export declare class DataTencentcloudVodProcedureTemplatesTemplateListStructList 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): DataTencentcloudVodProcedureTemplatesTemplateListStructOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vod_procedure_templates tencentcloud_vod_procedure_templates} */ export declare class DataTencentcloudVodProcedureTemplates extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_vod_procedure_templates"; /** * Generates CDKTF code for importing a DataTencentcloudVodProcedureTemplates 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 DataTencentcloudVodProcedureTemplates to import * @param importFromId The id of the existing DataTencentcloudVodProcedureTemplates that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vod_procedure_templates#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudVodProcedureTemplates 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/vod_procedure_templates tencentcloud_vod_procedure_templates} 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 DataTencentcloudVodProcedureTemplatesConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudVodProcedureTemplatesConfig); 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 _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _subAppId?; get subAppId(): number; set subAppId(value: number); resetSubAppId(): void; get subAppIdInput(): number; private _templateList; get templateList(): DataTencentcloudVodProcedureTemplatesTemplateListStructList; private _type?; get type(): string; set type(value: string); resetType(): void; get typeInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }