import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudTcmMeshConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tcm_mesh#id DataTencentcloudTcmMesh#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; /** * Mesh name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tcm_mesh#mesh_cluster DataTencentcloudTcmMesh#mesh_cluster} */ readonly meshCluster?: string[]; /** * Mesh instance Id. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tcm_mesh#mesh_id DataTencentcloudTcmMesh#mesh_id} */ readonly meshId?: string[]; /** * Display name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tcm_mesh#mesh_name DataTencentcloudTcmMesh#mesh_name} */ readonly meshName?: string[]; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tcm_mesh#result_output_file DataTencentcloudTcmMesh#result_output_file} */ readonly resultOutputFile?: string; /** * tag key. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tcm_mesh#tags DataTencentcloudTcmMesh#tags} */ readonly tags?: string[]; } export interface DataTencentcloudTcmMeshMeshListConfigIstioSmartDns { } export declare function dataTencentcloudTcmMeshMeshListConfigIstioSmartDnsToTerraform(struct?: DataTencentcloudTcmMeshMeshListConfigIstioSmartDns): any; export declare function dataTencentcloudTcmMeshMeshListConfigIstioSmartDnsToHclTerraform(struct?: DataTencentcloudTcmMeshMeshListConfigIstioSmartDns): any; export declare class DataTencentcloudTcmMeshMeshListConfigIstioSmartDnsOutputReference 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(): DataTencentcloudTcmMeshMeshListConfigIstioSmartDns | undefined; set internalValue(value: DataTencentcloudTcmMeshMeshListConfigIstioSmartDns | undefined); get istioMetaDnsAutoAllocate(): any; get istioMetaDnsCapture(): any; } export declare class DataTencentcloudTcmMeshMeshListConfigIstioSmartDnsList 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): DataTencentcloudTcmMeshMeshListConfigIstioSmartDnsOutputReference; } export interface DataTencentcloudTcmMeshMeshListConfigIstio { } export declare function dataTencentcloudTcmMeshMeshListConfigIstioToTerraform(struct?: DataTencentcloudTcmMeshMeshListConfigIstio): any; export declare function dataTencentcloudTcmMeshMeshListConfigIstioToHclTerraform(struct?: DataTencentcloudTcmMeshMeshListConfigIstio): any; export declare class DataTencentcloudTcmMeshMeshListConfigIstioOutputReference 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(): DataTencentcloudTcmMeshMeshListConfigIstio | undefined; set internalValue(value: DataTencentcloudTcmMeshMeshListConfigIstio | undefined); get disableHttpRetry(): any; get disablePolicyChecks(): any; get enablePilotHttp(): any; get outboundTrafficPolicy(): any; private _smartDns; get smartDns(): DataTencentcloudTcmMeshMeshListConfigIstioSmartDnsList; } export declare class DataTencentcloudTcmMeshMeshListConfigIstioList 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): DataTencentcloudTcmMeshMeshListConfigIstioOutputReference; } export interface DataTencentcloudTcmMeshMeshListConfig { } export declare function dataTencentcloudTcmMeshMeshListConfigToTerraform(struct?: DataTencentcloudTcmMeshMeshListConfig): any; export declare function dataTencentcloudTcmMeshMeshListConfigToHclTerraform(struct?: DataTencentcloudTcmMeshMeshListConfig): any; export declare class DataTencentcloudTcmMeshMeshListConfigOutputReference 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(): DataTencentcloudTcmMeshMeshListConfig | undefined; set internalValue(value: DataTencentcloudTcmMeshMeshListConfig | undefined); private _istio; get istio(): DataTencentcloudTcmMeshMeshListConfigIstioList; } export declare class DataTencentcloudTcmMeshMeshListConfigList 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): DataTencentcloudTcmMeshMeshListConfigOutputReference; } export interface DataTencentcloudTcmMeshMeshListTagListStruct { } export declare function dataTencentcloudTcmMeshMeshListTagListStructToTerraform(struct?: DataTencentcloudTcmMeshMeshListTagListStruct): any; export declare function dataTencentcloudTcmMeshMeshListTagListStructToHclTerraform(struct?: DataTencentcloudTcmMeshMeshListTagListStruct): any; export declare class DataTencentcloudTcmMeshMeshListTagListStructOutputReference 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(): DataTencentcloudTcmMeshMeshListTagListStruct | undefined; set internalValue(value: DataTencentcloudTcmMeshMeshListTagListStruct | undefined); get key(): any; get passthrough(): any; get value(): any; } export declare class DataTencentcloudTcmMeshMeshListTagListStructList 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): DataTencentcloudTcmMeshMeshListTagListStructOutputReference; } export interface DataTencentcloudTcmMeshMeshListStruct { } export declare function dataTencentcloudTcmMeshMeshListStructToTerraform(struct?: DataTencentcloudTcmMeshMeshListStruct): any; export declare function dataTencentcloudTcmMeshMeshListStructToHclTerraform(struct?: DataTencentcloudTcmMeshMeshListStruct): any; export declare class DataTencentcloudTcmMeshMeshListStructOutputReference 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(): DataTencentcloudTcmMeshMeshListStruct | undefined; set internalValue(value: DataTencentcloudTcmMeshMeshListStruct | undefined); private _config; get config(): DataTencentcloudTcmMeshMeshListConfigList; get displayName(): any; get meshId(): any; private _tagList; get tagList(): DataTencentcloudTcmMeshMeshListTagListStructList; get type(): any; get version(): any; } export declare class DataTencentcloudTcmMeshMeshListStructList 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): DataTencentcloudTcmMeshMeshListStructOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tcm_mesh tencentcloud_tcm_mesh} */ export declare class DataTencentcloudTcmMesh extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_tcm_mesh"; /** * Generates CDKTF code for importing a DataTencentcloudTcmMesh 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 DataTencentcloudTcmMesh to import * @param importFromId The id of the existing DataTencentcloudTcmMesh that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/tcm_mesh#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudTcmMesh 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/tcm_mesh tencentcloud_tcm_mesh} 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 DataTencentcloudTcmMeshConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudTcmMeshConfig); private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _meshCluster?; get meshCluster(): string[]; set meshCluster(value: string[]); resetMeshCluster(): void; get meshClusterInput(): string[]; private _meshId?; get meshId(): string[]; set meshId(value: string[]); resetMeshId(): void; get meshIdInput(): string[]; private _meshList; get meshList(): DataTencentcloudTcmMeshMeshListStructList; private _meshName?; get meshName(): string[]; set meshName(value: string[]); resetMeshName(): void; get meshNameInput(): string[]; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _tags?; get tags(): string[]; set tags(value: string[]); resetTags(): void; get tagsInput(): string[]; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }