import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudDnspodDomainAnalyticsConfig 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_domain_analytics#dns_format DataTencentcloudDnspodDomainAnalytics#dns_format} */ readonly dnsFormat?: string; /** * The domain name to query for resolution volume. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dnspod_domain_analytics#domain DataTencentcloudDnspodDomainAnalytics#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_domain_analytics#domain_id DataTencentcloudDnspodDomainAnalytics#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_domain_analytics#end_date DataTencentcloudDnspodDomainAnalytics#end_date} */ readonly endDate: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dnspod_domain_analytics#id DataTencentcloudDnspodDomainAnalytics#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_domain_analytics#result_output_file DataTencentcloudDnspodDomainAnalytics#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_domain_analytics#start_date DataTencentcloudDnspodDomainAnalytics#start_date} */ readonly startDate: string; } export interface DataTencentcloudDnspodDomainAnalyticsAliasDataData { } export declare function dataTencentcloudDnspodDomainAnalyticsAliasDataDataToTerraform(struct?: DataTencentcloudDnspodDomainAnalyticsAliasDataData): any; export declare function dataTencentcloudDnspodDomainAnalyticsAliasDataDataToHclTerraform(struct?: DataTencentcloudDnspodDomainAnalyticsAliasDataData): any; export declare class DataTencentcloudDnspodDomainAnalyticsAliasDataDataOutputReference 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(): DataTencentcloudDnspodDomainAnalyticsAliasDataData | undefined; set internalValue(value: DataTencentcloudDnspodDomainAnalyticsAliasDataData | undefined); get dateKey(): any; get hourKey(): any; get num(): any; } export declare class DataTencentcloudDnspodDomainAnalyticsAliasDataDataList 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): DataTencentcloudDnspodDomainAnalyticsAliasDataDataOutputReference; } export interface DataTencentcloudDnspodDomainAnalyticsAliasDataInfo { } export declare function dataTencentcloudDnspodDomainAnalyticsAliasDataInfoToTerraform(struct?: DataTencentcloudDnspodDomainAnalyticsAliasDataInfo): any; export declare function dataTencentcloudDnspodDomainAnalyticsAliasDataInfoToHclTerraform(struct?: DataTencentcloudDnspodDomainAnalyticsAliasDataInfo): any; export declare class DataTencentcloudDnspodDomainAnalyticsAliasDataInfoOutputReference 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(): DataTencentcloudDnspodDomainAnalyticsAliasDataInfo | undefined; set internalValue(value: DataTencentcloudDnspodDomainAnalyticsAliasDataInfo | undefined); get dnsFormat(): any; get dnsTotal(): any; get domain(): any; get endDate(): any; get startDate(): any; } export declare class DataTencentcloudDnspodDomainAnalyticsAliasDataInfoList 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): DataTencentcloudDnspodDomainAnalyticsAliasDataInfoOutputReference; } export interface DataTencentcloudDnspodDomainAnalyticsAliasData { } export declare function dataTencentcloudDnspodDomainAnalyticsAliasDataToTerraform(struct?: DataTencentcloudDnspodDomainAnalyticsAliasData): any; export declare function dataTencentcloudDnspodDomainAnalyticsAliasDataToHclTerraform(struct?: DataTencentcloudDnspodDomainAnalyticsAliasData): any; export declare class DataTencentcloudDnspodDomainAnalyticsAliasDataOutputReference 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(): DataTencentcloudDnspodDomainAnalyticsAliasData | undefined; set internalValue(value: DataTencentcloudDnspodDomainAnalyticsAliasData | undefined); private _data; get data(): DataTencentcloudDnspodDomainAnalyticsAliasDataDataList; private _info; get info(): DataTencentcloudDnspodDomainAnalyticsAliasDataInfoList; } export declare class DataTencentcloudDnspodDomainAnalyticsAliasDataList 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): DataTencentcloudDnspodDomainAnalyticsAliasDataOutputReference; } export interface DataTencentcloudDnspodDomainAnalyticsData { } export declare function dataTencentcloudDnspodDomainAnalyticsDataToTerraform(struct?: DataTencentcloudDnspodDomainAnalyticsData): any; export declare function dataTencentcloudDnspodDomainAnalyticsDataToHclTerraform(struct?: DataTencentcloudDnspodDomainAnalyticsData): any; export declare class DataTencentcloudDnspodDomainAnalyticsDataOutputReference 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(): DataTencentcloudDnspodDomainAnalyticsData | undefined; set internalValue(value: DataTencentcloudDnspodDomainAnalyticsData | undefined); get dateKey(): any; get hourKey(): any; get num(): any; } export declare class DataTencentcloudDnspodDomainAnalyticsDataList 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): DataTencentcloudDnspodDomainAnalyticsDataOutputReference; } export interface DataTencentcloudDnspodDomainAnalyticsInfo { } export declare function dataTencentcloudDnspodDomainAnalyticsInfoToTerraform(struct?: DataTencentcloudDnspodDomainAnalyticsInfo): any; export declare function dataTencentcloudDnspodDomainAnalyticsInfoToHclTerraform(struct?: DataTencentcloudDnspodDomainAnalyticsInfo): any; export declare class DataTencentcloudDnspodDomainAnalyticsInfoOutputReference 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(): DataTencentcloudDnspodDomainAnalyticsInfo | undefined; set internalValue(value: DataTencentcloudDnspodDomainAnalyticsInfo | undefined); get dnsFormat(): any; get dnsTotal(): any; get domain(): any; get endDate(): any; get startDate(): any; } export declare class DataTencentcloudDnspodDomainAnalyticsInfoList 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): DataTencentcloudDnspodDomainAnalyticsInfoOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dnspod_domain_analytics tencentcloud_dnspod_domain_analytics} */ export declare class DataTencentcloudDnspodDomainAnalytics extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_dnspod_domain_analytics"; /** * Generates CDKTF code for importing a DataTencentcloudDnspodDomainAnalytics 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 DataTencentcloudDnspodDomainAnalytics to import * @param importFromId The id of the existing DataTencentcloudDnspodDomainAnalytics that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/dnspod_domain_analytics#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudDnspodDomainAnalytics 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_domain_analytics tencentcloud_dnspod_domain_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 DataTencentcloudDnspodDomainAnalyticsConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudDnspodDomainAnalyticsConfig); private _aliasData; get aliasData(): DataTencentcloudDnspodDomainAnalyticsAliasDataList; private _data; get data(): DataTencentcloudDnspodDomainAnalyticsDataList; 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(): DataTencentcloudDnspodDomainAnalyticsInfoList; 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; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }