import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudDnspodRecordAnalyticsConfig extends cdktf.TerraformMetaArguments { /** * DATE: Statistics by day dimension, HOUR: Statistics by hour dimension. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dnspod_record_analytics#dns_format DataTencentcloudDnspodRecordAnalytics#dns_format} */ readonly dnsFormat?: string; /** * The domain to query for resolution volume. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dnspod_record_analytics#domain DataTencentcloudDnspodRecordAnalytics#domain} */ readonly domain: string; /** * Domain ID. The parameter DomainId has a higher priority than the parameter Domain. If the parameter DomainId is passed, the parameter Domain will be ignored. You can find all Domains and DomainIds through the DescribeDomainList interface. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dnspod_record_analytics#domain_id DataTencentcloudDnspodRecordAnalytics#domain_id} */ readonly domainId?: number; /** * The end date of the query, format: YYYY-MM-DD. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dnspod_record_analytics#end_date DataTencentcloudDnspodRecordAnalytics#end_date} */ readonly endDate: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dnspod_record_analytics#id DataTencentcloudDnspodRecordAnalytics#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; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dnspod_record_analytics#result_output_file DataTencentcloudDnspodRecordAnalytics#result_output_file} */ readonly resultOutputFile?: string; /** * The start date of the query, format: YYYY-MM-DD. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dnspod_record_analytics#start_date DataTencentcloudDnspodRecordAnalytics#start_date} */ readonly startDate: string; /** * The subdomain to query for resolution volume. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dnspod_record_analytics#subdomain DataTencentcloudDnspodRecordAnalytics#subdomain} */ readonly subdomain: string; } export interface DataTencentcloudDnspodRecordAnalyticsAliasDataData { } export declare function dataTencentcloudDnspodRecordAnalyticsAliasDataDataToTerraform(struct?: DataTencentcloudDnspodRecordAnalyticsAliasDataData): any; export declare function dataTencentcloudDnspodRecordAnalyticsAliasDataDataToHclTerraform(struct?: DataTencentcloudDnspodRecordAnalyticsAliasDataData): any; export declare class DataTencentcloudDnspodRecordAnalyticsAliasDataDataOutputReference 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(): DataTencentcloudDnspodRecordAnalyticsAliasDataData | undefined; set internalValue(value: DataTencentcloudDnspodRecordAnalyticsAliasDataData | undefined); get dateKey(): any; get hourKey(): any; get num(): any; } export declare class DataTencentcloudDnspodRecordAnalyticsAliasDataDataList 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): DataTencentcloudDnspodRecordAnalyticsAliasDataDataOutputReference; } export interface DataTencentcloudDnspodRecordAnalyticsAliasDataInfo { } export declare function dataTencentcloudDnspodRecordAnalyticsAliasDataInfoToTerraform(struct?: DataTencentcloudDnspodRecordAnalyticsAliasDataInfo): any; export declare function dataTencentcloudDnspodRecordAnalyticsAliasDataInfoToHclTerraform(struct?: DataTencentcloudDnspodRecordAnalyticsAliasDataInfo): any; export declare class DataTencentcloudDnspodRecordAnalyticsAliasDataInfoOutputReference 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(): DataTencentcloudDnspodRecordAnalyticsAliasDataInfo | undefined; set internalValue(value: DataTencentcloudDnspodRecordAnalyticsAliasDataInfo | undefined); get dnsFormat(): any; get dnsTotal(): any; get domain(): any; get endDate(): any; get startDate(): any; get subdomain(): any; } export declare class DataTencentcloudDnspodRecordAnalyticsAliasDataInfoList 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): DataTencentcloudDnspodRecordAnalyticsAliasDataInfoOutputReference; } export interface DataTencentcloudDnspodRecordAnalyticsAliasData { } export declare function dataTencentcloudDnspodRecordAnalyticsAliasDataToTerraform(struct?: DataTencentcloudDnspodRecordAnalyticsAliasData): any; export declare function dataTencentcloudDnspodRecordAnalyticsAliasDataToHclTerraform(struct?: DataTencentcloudDnspodRecordAnalyticsAliasData): any; export declare class DataTencentcloudDnspodRecordAnalyticsAliasDataOutputReference 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(): DataTencentcloudDnspodRecordAnalyticsAliasData | undefined; set internalValue(value: DataTencentcloudDnspodRecordAnalyticsAliasData | undefined); private _data; get data(): DataTencentcloudDnspodRecordAnalyticsAliasDataDataList; private _info; get info(): DataTencentcloudDnspodRecordAnalyticsAliasDataInfoList; } export declare class DataTencentcloudDnspodRecordAnalyticsAliasDataList 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): DataTencentcloudDnspodRecordAnalyticsAliasDataOutputReference; } export interface DataTencentcloudDnspodRecordAnalyticsData { } export declare function dataTencentcloudDnspodRecordAnalyticsDataToTerraform(struct?: DataTencentcloudDnspodRecordAnalyticsData): any; export declare function dataTencentcloudDnspodRecordAnalyticsDataToHclTerraform(struct?: DataTencentcloudDnspodRecordAnalyticsData): any; export declare class DataTencentcloudDnspodRecordAnalyticsDataOutputReference 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(): DataTencentcloudDnspodRecordAnalyticsData | undefined; set internalValue(value: DataTencentcloudDnspodRecordAnalyticsData | undefined); get dateKey(): any; get hourKey(): any; get num(): any; } export declare class DataTencentcloudDnspodRecordAnalyticsDataList 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): DataTencentcloudDnspodRecordAnalyticsDataOutputReference; } export interface DataTencentcloudDnspodRecordAnalyticsInfo { } export declare function dataTencentcloudDnspodRecordAnalyticsInfoToTerraform(struct?: DataTencentcloudDnspodRecordAnalyticsInfo): any; export declare function dataTencentcloudDnspodRecordAnalyticsInfoToHclTerraform(struct?: DataTencentcloudDnspodRecordAnalyticsInfo): any; export declare class DataTencentcloudDnspodRecordAnalyticsInfoOutputReference 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(): DataTencentcloudDnspodRecordAnalyticsInfo | undefined; set internalValue(value: DataTencentcloudDnspodRecordAnalyticsInfo | undefined); get dnsFormat(): any; get dnsTotal(): any; get domain(): any; get endDate(): any; get startDate(): any; get subdomain(): any; } export declare class DataTencentcloudDnspodRecordAnalyticsInfoList 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): DataTencentcloudDnspodRecordAnalyticsInfoOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dnspod_record_analytics tencentcloud_dnspod_record_analytics} */ export declare class DataTencentcloudDnspodRecordAnalytics extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_dnspod_record_analytics"; /** * Generates CDKTF code for importing a DataTencentcloudDnspodRecordAnalytics 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 DataTencentcloudDnspodRecordAnalytics to import * @param importFromId The id of the existing DataTencentcloudDnspodRecordAnalytics that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dnspod_record_analytics#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudDnspodRecordAnalytics 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/dnspod_record_analytics tencentcloud_dnspod_record_analytics} 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 DataTencentcloudDnspodRecordAnalyticsConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudDnspodRecordAnalyticsConfig); private _aliasData; get aliasData(): DataTencentcloudDnspodRecordAnalyticsAliasDataList; private _data; get data(): DataTencentcloudDnspodRecordAnalyticsDataList; private _dnsFormat?; get dnsFormat(): string; set dnsFormat(value: string); resetDnsFormat(): void; get dnsFormatInput(): string; private _domain?; get domain(): string; set domain(value: string); get domainInput(): string; private _domainId?; get domainId(): number; set domainId(value: number); resetDomainId(): void; get domainIdInput(): number; private _endDate?; get endDate(): string; set endDate(value: string); get endDateInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _info; get info(): DataTencentcloudDnspodRecordAnalyticsInfoList; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _startDate?; get startDate(): string; set startDate(value: string); get startDateInput(): string; private _subdomain?; get subdomain(): string; set subdomain(value: string); get subdomainInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }