import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudVpcSgSnapshotFileContentConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vpc_sg_snapshot_file_content#id DataTencentcloudVpcSgSnapshotFileContent#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/vpc_sg_snapshot_file_content#result_output_file DataTencentcloudVpcSgSnapshotFileContent#result_output_file} */ readonly resultOutputFile?: string; /** * Security group ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vpc_sg_snapshot_file_content#security_group_id DataTencentcloudVpcSgSnapshotFileContent#security_group_id} */ readonly securityGroupId: string; /** * Snapshot file ID. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vpc_sg_snapshot_file_content#snapshot_file_id DataTencentcloudVpcSgSnapshotFileContent#snapshot_file_id} */ readonly snapshotFileId: string; /** * Snapshot policy IDs. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vpc_sg_snapshot_file_content#snapshot_policy_id DataTencentcloudVpcSgSnapshotFileContent#snapshot_policy_id} */ readonly snapshotPolicyId: string; } export interface DataTencentcloudVpcSgSnapshotFileContentBackupDataAddressTemplate { } export declare function dataTencentcloudVpcSgSnapshotFileContentBackupDataAddressTemplateToTerraform(struct?: DataTencentcloudVpcSgSnapshotFileContentBackupDataAddressTemplate): any; export declare function dataTencentcloudVpcSgSnapshotFileContentBackupDataAddressTemplateToHclTerraform(struct?: DataTencentcloudVpcSgSnapshotFileContentBackupDataAddressTemplate): any; export declare class DataTencentcloudVpcSgSnapshotFileContentBackupDataAddressTemplateOutputReference 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(): DataTencentcloudVpcSgSnapshotFileContentBackupDataAddressTemplate | undefined; set internalValue(value: DataTencentcloudVpcSgSnapshotFileContentBackupDataAddressTemplate | undefined); get addressGroupId(): any; get addressId(): any; } export declare class DataTencentcloudVpcSgSnapshotFileContentBackupDataAddressTemplateList 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): DataTencentcloudVpcSgSnapshotFileContentBackupDataAddressTemplateOutputReference; } export interface DataTencentcloudVpcSgSnapshotFileContentBackupDataServiceTemplate { } export declare function dataTencentcloudVpcSgSnapshotFileContentBackupDataServiceTemplateToTerraform(struct?: DataTencentcloudVpcSgSnapshotFileContentBackupDataServiceTemplate): any; export declare function dataTencentcloudVpcSgSnapshotFileContentBackupDataServiceTemplateToHclTerraform(struct?: DataTencentcloudVpcSgSnapshotFileContentBackupDataServiceTemplate): any; export declare class DataTencentcloudVpcSgSnapshotFileContentBackupDataServiceTemplateOutputReference 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(): DataTencentcloudVpcSgSnapshotFileContentBackupDataServiceTemplate | undefined; set internalValue(value: DataTencentcloudVpcSgSnapshotFileContentBackupDataServiceTemplate | undefined); get serviceGroupId(): any; get serviceId(): any; } export declare class DataTencentcloudVpcSgSnapshotFileContentBackupDataServiceTemplateList 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): DataTencentcloudVpcSgSnapshotFileContentBackupDataServiceTemplateOutputReference; } export interface DataTencentcloudVpcSgSnapshotFileContentBackupData { } export declare function dataTencentcloudVpcSgSnapshotFileContentBackupDataToTerraform(struct?: DataTencentcloudVpcSgSnapshotFileContentBackupData): any; export declare function dataTencentcloudVpcSgSnapshotFileContentBackupDataToHclTerraform(struct?: DataTencentcloudVpcSgSnapshotFileContentBackupData): any; export declare class DataTencentcloudVpcSgSnapshotFileContentBackupDataOutputReference 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(): DataTencentcloudVpcSgSnapshotFileContentBackupData | undefined; set internalValue(value: DataTencentcloudVpcSgSnapshotFileContentBackupData | undefined); get action(): any; private _addressTemplate; get addressTemplate(): DataTencentcloudVpcSgSnapshotFileContentBackupDataAddressTemplateList; get cidrBlock(): any; get ipv6CidrBlock(): any; get modifyTime(): any; get policyDescription(): any; get policyIndex(): any; get port(): any; get protocol(): any; get securityGroupId(): any; private _serviceTemplate; get serviceTemplate(): DataTencentcloudVpcSgSnapshotFileContentBackupDataServiceTemplateList; } export declare class DataTencentcloudVpcSgSnapshotFileContentBackupDataList 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): DataTencentcloudVpcSgSnapshotFileContentBackupDataOutputReference; } export interface DataTencentcloudVpcSgSnapshotFileContentOriginalDataAddressTemplate { } export declare function dataTencentcloudVpcSgSnapshotFileContentOriginalDataAddressTemplateToTerraform(struct?: DataTencentcloudVpcSgSnapshotFileContentOriginalDataAddressTemplate): any; export declare function dataTencentcloudVpcSgSnapshotFileContentOriginalDataAddressTemplateToHclTerraform(struct?: DataTencentcloudVpcSgSnapshotFileContentOriginalDataAddressTemplate): any; export declare class DataTencentcloudVpcSgSnapshotFileContentOriginalDataAddressTemplateOutputReference 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(): DataTencentcloudVpcSgSnapshotFileContentOriginalDataAddressTemplate | undefined; set internalValue(value: DataTencentcloudVpcSgSnapshotFileContentOriginalDataAddressTemplate | undefined); get addressGroupId(): any; get addressId(): any; } export declare class DataTencentcloudVpcSgSnapshotFileContentOriginalDataAddressTemplateList 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): DataTencentcloudVpcSgSnapshotFileContentOriginalDataAddressTemplateOutputReference; } export interface DataTencentcloudVpcSgSnapshotFileContentOriginalDataServiceTemplate { } export declare function dataTencentcloudVpcSgSnapshotFileContentOriginalDataServiceTemplateToTerraform(struct?: DataTencentcloudVpcSgSnapshotFileContentOriginalDataServiceTemplate): any; export declare function dataTencentcloudVpcSgSnapshotFileContentOriginalDataServiceTemplateToHclTerraform(struct?: DataTencentcloudVpcSgSnapshotFileContentOriginalDataServiceTemplate): any; export declare class DataTencentcloudVpcSgSnapshotFileContentOriginalDataServiceTemplateOutputReference 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(): DataTencentcloudVpcSgSnapshotFileContentOriginalDataServiceTemplate | undefined; set internalValue(value: DataTencentcloudVpcSgSnapshotFileContentOriginalDataServiceTemplate | undefined); get serviceGroupId(): any; get serviceId(): any; } export declare class DataTencentcloudVpcSgSnapshotFileContentOriginalDataServiceTemplateList 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): DataTencentcloudVpcSgSnapshotFileContentOriginalDataServiceTemplateOutputReference; } export interface DataTencentcloudVpcSgSnapshotFileContentOriginalData { } export declare function dataTencentcloudVpcSgSnapshotFileContentOriginalDataToTerraform(struct?: DataTencentcloudVpcSgSnapshotFileContentOriginalData): any; export declare function dataTencentcloudVpcSgSnapshotFileContentOriginalDataToHclTerraform(struct?: DataTencentcloudVpcSgSnapshotFileContentOriginalData): any; export declare class DataTencentcloudVpcSgSnapshotFileContentOriginalDataOutputReference 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(): DataTencentcloudVpcSgSnapshotFileContentOriginalData | undefined; set internalValue(value: DataTencentcloudVpcSgSnapshotFileContentOriginalData | undefined); get action(): any; private _addressTemplate; get addressTemplate(): DataTencentcloudVpcSgSnapshotFileContentOriginalDataAddressTemplateList; get cidrBlock(): any; get ipv6CidrBlock(): any; get modifyTime(): any; get policyDescription(): any; get policyIndex(): any; get port(): any; get protocol(): any; get securityGroupId(): any; private _serviceTemplate; get serviceTemplate(): DataTencentcloudVpcSgSnapshotFileContentOriginalDataServiceTemplateList; } export declare class DataTencentcloudVpcSgSnapshotFileContentOriginalDataList 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): DataTencentcloudVpcSgSnapshotFileContentOriginalDataOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vpc_sg_snapshot_file_content tencentcloud_vpc_sg_snapshot_file_content} */ export declare class DataTencentcloudVpcSgSnapshotFileContent extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_vpc_sg_snapshot_file_content"; /** * Generates CDKTF code for importing a DataTencentcloudVpcSgSnapshotFileContent 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 DataTencentcloudVpcSgSnapshotFileContent to import * @param importFromId The id of the existing DataTencentcloudVpcSgSnapshotFileContent that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vpc_sg_snapshot_file_content#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudVpcSgSnapshotFileContent 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/vpc_sg_snapshot_file_content tencentcloud_vpc_sg_snapshot_file_content} 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 DataTencentcloudVpcSgSnapshotFileContentConfig */ constructor(scope: Construct, id: string, config: DataTencentcloudVpcSgSnapshotFileContentConfig); private _backupData; get backupData(): DataTencentcloudVpcSgSnapshotFileContentBackupDataList; get backupTime(): any; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; get instanceId(): any; get operator(): any; private _originalData; get originalData(): DataTencentcloudVpcSgSnapshotFileContentOriginalDataList; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _securityGroupId?; get securityGroupId(): string; set securityGroupId(value: string); get securityGroupIdInput(): string; private _snapshotFileId?; get snapshotFileId(): string; set snapshotFileId(value: string); get snapshotFileIdInput(): string; private _snapshotPolicyId?; get snapshotPolicyId(): string; set snapshotPolicyId(value: string); get snapshotPolicyIdInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }