import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudCcnRouteTableInputPoliciesConfig extends cdktf.TerraformMetaArguments { /** * CCN Instance ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ccn_route_table_input_policies#ccn_id DataTencentcloudCcnRouteTableInputPolicies#ccn_id} */ readonly ccnId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ccn_route_table_input_policies#id DataTencentcloudCcnRouteTableInputPolicies#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; /** * Policy version. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ccn_route_table_input_policies#policy_version DataTencentcloudCcnRouteTableInputPolicies#policy_version} */ readonly policyVersion?: number; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ccn_route_table_input_policies#result_output_file DataTencentcloudCcnRouteTableInputPolicies#result_output_file} */ readonly resultOutputFile?: string; /** * CCN Route table ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ccn_route_table_input_policies#route_table_id DataTencentcloudCcnRouteTableInputPolicies#route_table_id} */ readonly routeTableId: string; } export interface DataTencentcloudCcnRouteTableInputPoliciesPolicySetPolicysRouteConditions { } export declare function dataTencentcloudCcnRouteTableInputPoliciesPolicySetPolicysRouteConditionsToTerraform(struct?: DataTencentcloudCcnRouteTableInputPoliciesPolicySetPolicysRouteConditions): any; export declare function dataTencentcloudCcnRouteTableInputPoliciesPolicySetPolicysRouteConditionsToHclTerraform(struct?: DataTencentcloudCcnRouteTableInputPoliciesPolicySetPolicysRouteConditions): any; export declare class DataTencentcloudCcnRouteTableInputPoliciesPolicySetPolicysRouteConditionsOutputReference 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(): DataTencentcloudCcnRouteTableInputPoliciesPolicySetPolicysRouteConditions | undefined; set internalValue(value: DataTencentcloudCcnRouteTableInputPoliciesPolicySetPolicysRouteConditions | undefined); get matchPattern(): any; get name(): any; get values(): any; } export declare class DataTencentcloudCcnRouteTableInputPoliciesPolicySetPolicysRouteConditionsList 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): DataTencentcloudCcnRouteTableInputPoliciesPolicySetPolicysRouteConditionsOutputReference; } export interface DataTencentcloudCcnRouteTableInputPoliciesPolicySetPolicys { } export declare function dataTencentcloudCcnRouteTableInputPoliciesPolicySetPolicysToTerraform(struct?: DataTencentcloudCcnRouteTableInputPoliciesPolicySetPolicys): any; export declare function dataTencentcloudCcnRouteTableInputPoliciesPolicySetPolicysToHclTerraform(struct?: DataTencentcloudCcnRouteTableInputPoliciesPolicySetPolicys): any; export declare class DataTencentcloudCcnRouteTableInputPoliciesPolicySetPolicysOutputReference 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(): DataTencentcloudCcnRouteTableInputPoliciesPolicySetPolicys | undefined; set internalValue(value: DataTencentcloudCcnRouteTableInputPoliciesPolicySetPolicys | undefined); get action(): any; get asPathOperateMode(): any; get description(): any; get operateAsPath(): any; private _routeConditions; get routeConditions(): DataTencentcloudCcnRouteTableInputPoliciesPolicySetPolicysRouteConditionsList; } export declare class DataTencentcloudCcnRouteTableInputPoliciesPolicySetPolicysList 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): DataTencentcloudCcnRouteTableInputPoliciesPolicySetPolicysOutputReference; } export interface DataTencentcloudCcnRouteTableInputPoliciesPolicySet { } export declare function dataTencentcloudCcnRouteTableInputPoliciesPolicySetToTerraform(struct?: DataTencentcloudCcnRouteTableInputPoliciesPolicySet): any; export declare function dataTencentcloudCcnRouteTableInputPoliciesPolicySetToHclTerraform(struct?: DataTencentcloudCcnRouteTableInputPoliciesPolicySet): any; export declare class DataTencentcloudCcnRouteTableInputPoliciesPolicySetOutputReference 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(): DataTencentcloudCcnRouteTableInputPoliciesPolicySet | undefined; set internalValue(value: DataTencentcloudCcnRouteTableInputPoliciesPolicySet | undefined); get createTime(): any; get policyVersion(): any; private _policys; get policys(): DataTencentcloudCcnRouteTableInputPoliciesPolicySetPolicysList; } export declare class DataTencentcloudCcnRouteTableInputPoliciesPolicySetList 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): DataTencentcloudCcnRouteTableInputPoliciesPolicySetOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ccn_route_table_input_policies tencentcloud_ccn_route_table_input_policies} */ export declare class DataTencentcloudCcnRouteTableInputPolicies extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_ccn_route_table_input_policies"; /** * Generates CDKTF code for importing a DataTencentcloudCcnRouteTableInputPolicies 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 DataTencentcloudCcnRouteTableInputPolicies to import * @param importFromId The id of the existing DataTencentcloudCcnRouteTableInputPolicies that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/ccn_route_table_input_policies#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudCcnRouteTableInputPolicies 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/ccn_route_table_input_policies tencentcloud_ccn_route_table_input_policies} 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 DataTencentcloudCcnRouteTableInputPoliciesConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudCcnRouteTableInputPoliciesConfig); private _ccnId?; get ccnId(): string; set ccnId(value: string); get ccnIdInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _policySet; get policySet(): DataTencentcloudCcnRouteTableInputPoliciesPolicySetList; private _policyVersion?; get policyVersion(): number; set policyVersion(value: number); resetPolicyVersion(): void; get policyVersionInput(): number; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _routeTableId?; get routeTableId(): string; set routeTableId(value: string); get routeTableIdInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }