import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudVodSuperPlayerConfigsConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vod_super_player_configs#id DataTencentcloudVodSuperPlayerConfigs#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 super player config. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vod_super_player_configs#name DataTencentcloudVodSuperPlayerConfigs#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_super_player_configs#result_output_file DataTencentcloudVodSuperPlayerConfigs#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_super_player_configs#sub_app_id DataTencentcloudVodSuperPlayerConfigs#sub_app_id} */ readonly subAppId?: number; /** * Config 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_super_player_configs#type DataTencentcloudVodSuperPlayerConfigs#type} */ readonly type?: string; } export interface DataTencentcloudVodSuperPlayerConfigsConfigListDrmStreamingInfo { } export declare function dataTencentcloudVodSuperPlayerConfigsConfigListDrmStreamingInfoToTerraform(struct?: DataTencentcloudVodSuperPlayerConfigsConfigListDrmStreamingInfo): any; export declare function dataTencentcloudVodSuperPlayerConfigsConfigListDrmStreamingInfoToHclTerraform(struct?: DataTencentcloudVodSuperPlayerConfigsConfigListDrmStreamingInfo): any; export declare class DataTencentcloudVodSuperPlayerConfigsConfigListDrmStreamingInfoOutputReference 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(): DataTencentcloudVodSuperPlayerConfigsConfigListDrmStreamingInfo | undefined; set internalValue(value: DataTencentcloudVodSuperPlayerConfigsConfigListDrmStreamingInfo | undefined); get simpleAesDefinition(): any; } export declare class DataTencentcloudVodSuperPlayerConfigsConfigListDrmStreamingInfoList 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): DataTencentcloudVodSuperPlayerConfigsConfigListDrmStreamingInfoOutputReference; } export interface DataTencentcloudVodSuperPlayerConfigsConfigListResolutionNames { } export declare function dataTencentcloudVodSuperPlayerConfigsConfigListResolutionNamesToTerraform(struct?: DataTencentcloudVodSuperPlayerConfigsConfigListResolutionNames): any; export declare function dataTencentcloudVodSuperPlayerConfigsConfigListResolutionNamesToHclTerraform(struct?: DataTencentcloudVodSuperPlayerConfigsConfigListResolutionNames): any; export declare class DataTencentcloudVodSuperPlayerConfigsConfigListResolutionNamesOutputReference 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(): DataTencentcloudVodSuperPlayerConfigsConfigListResolutionNames | undefined; set internalValue(value: DataTencentcloudVodSuperPlayerConfigsConfigListResolutionNames | undefined); get minEdgeLength(): any; get name(): any; } export declare class DataTencentcloudVodSuperPlayerConfigsConfigListResolutionNamesList 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): DataTencentcloudVodSuperPlayerConfigsConfigListResolutionNamesOutputReference; } export interface DataTencentcloudVodSuperPlayerConfigsConfigListStruct { } export declare function dataTencentcloudVodSuperPlayerConfigsConfigListStructToTerraform(struct?: DataTencentcloudVodSuperPlayerConfigsConfigListStruct): any; export declare function dataTencentcloudVodSuperPlayerConfigsConfigListStructToHclTerraform(struct?: DataTencentcloudVodSuperPlayerConfigsConfigListStruct): any; export declare class DataTencentcloudVodSuperPlayerConfigsConfigListStructOutputReference 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(): DataTencentcloudVodSuperPlayerConfigsConfigListStruct | undefined; set internalValue(value: DataTencentcloudVodSuperPlayerConfigsConfigListStruct | undefined); get adaptiveDynamicStreamingDefinition(): any; get comment(): any; get createTime(): any; get domain(): any; private _drmStreamingInfo; get drmStreamingInfo(): DataTencentcloudVodSuperPlayerConfigsConfigListDrmStreamingInfoList; get drmSwitch(): any; get imageSpriteDefinition(): any; get name(): any; private _resolutionNames; get resolutionNames(): DataTencentcloudVodSuperPlayerConfigsConfigListResolutionNamesList; get scheme(): any; get type(): any; get updateTime(): any; } export declare class DataTencentcloudVodSuperPlayerConfigsConfigListStructList 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): DataTencentcloudVodSuperPlayerConfigsConfigListStructOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vod_super_player_configs tencentcloud_vod_super_player_configs} */ export declare class DataTencentcloudVodSuperPlayerConfigs extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_vod_super_player_configs"; /** * Generates CDKTF code for importing a DataTencentcloudVodSuperPlayerConfigs 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 DataTencentcloudVodSuperPlayerConfigs to import * @param importFromId The id of the existing DataTencentcloudVodSuperPlayerConfigs that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vod_super_player_configs#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudVodSuperPlayerConfigs 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_super_player_configs tencentcloud_vod_super_player_configs} 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 DataTencentcloudVodSuperPlayerConfigsConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudVodSuperPlayerConfigsConfig); private _configList; get configList(): DataTencentcloudVodSuperPlayerConfigsConfigListStructList; 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 _type?; get type(): string; set type(value: string); resetType(): void; get typeInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }