import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudVpnConnectionsConfig extends cdktf.TerraformMetaArguments { /** * Customer gateway ID of the VPN connection. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vpn_connections#customer_gateway_id DataTencentcloudVpnConnections#customer_gateway_id} */ readonly customerGatewayId?: string; /** * ID of the VPN connection. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vpn_connections#id DataTencentcloudVpnConnections#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; /** * Name of the VPN connection. The length of character is limited to 1-60. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vpn_connections#name DataTencentcloudVpnConnections#name} */ readonly name?: string; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vpn_connections#result_output_file DataTencentcloudVpnConnections#result_output_file} */ readonly resultOutputFile?: string; /** * Tags of the VPN connection to be queried. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vpn_connections#tags DataTencentcloudVpnConnections#tags} */ readonly tags?: { [key: string]: string; }; /** * ID of the VPC. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vpn_connections#vpc_id DataTencentcloudVpnConnections#vpc_id} */ readonly vpcId?: string; /** * VPN gateway ID of the VPN connection. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vpn_connections#vpn_gateway_id DataTencentcloudVpnConnections#vpn_gateway_id} */ readonly vpnGatewayId?: string; } export interface DataTencentcloudVpnConnectionsConnectionListSecurityGroupPolicy { } export declare function dataTencentcloudVpnConnectionsConnectionListSecurityGroupPolicyToTerraform(struct?: DataTencentcloudVpnConnectionsConnectionListSecurityGroupPolicy): any; export declare function dataTencentcloudVpnConnectionsConnectionListSecurityGroupPolicyToHclTerraform(struct?: DataTencentcloudVpnConnectionsConnectionListSecurityGroupPolicy): any; export declare class DataTencentcloudVpnConnectionsConnectionListSecurityGroupPolicyOutputReference 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(): DataTencentcloudVpnConnectionsConnectionListSecurityGroupPolicy | undefined; set internalValue(value: DataTencentcloudVpnConnectionsConnectionListSecurityGroupPolicy | undefined); get localCidrBlock(): any; get remoteCidrBlock(): any; } export declare class DataTencentcloudVpnConnectionsConnectionListSecurityGroupPolicyList 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): DataTencentcloudVpnConnectionsConnectionListSecurityGroupPolicyOutputReference; } export interface DataTencentcloudVpnConnectionsConnectionListStruct { } export declare function dataTencentcloudVpnConnectionsConnectionListStructToTerraform(struct?: DataTencentcloudVpnConnectionsConnectionListStruct): any; export declare function dataTencentcloudVpnConnectionsConnectionListStructToHclTerraform(struct?: DataTencentcloudVpnConnectionsConnectionListStruct): any; export declare class DataTencentcloudVpnConnectionsConnectionListStructOutputReference 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(): DataTencentcloudVpnConnectionsConnectionListStruct | undefined; set internalValue(value: DataTencentcloudVpnConnectionsConnectionListStruct | undefined); get createTime(): any; get customerGatewayId(): any; get encryptProto(): any; get id(): any; get ikeDhGroupName(): any; get ikeExchangeMode(): any; get ikeLocalAddress(): any; get ikeLocalFqdnName(): any; get ikeLocalIdentity(): any; get ikeProtoAuthenAlgorithm(): any; get ikeProtoEncryAlgorithm(): any; get ikeRemoteAddress(): any; get ikeRemoteFqdnName(): any; get ikeRemoteIdentity(): any; get ikeSaLifetimeSeconds(): any; get ikeVersion(): any; get ipsecEncryptAlgorithm(): any; get ipsecIntegrityAlgorithm(): any; get ipsecPfsDhGroup(): any; get ipsecSaLifetimeSeconds(): any; get ipsecSaLifetimeTraffic(): any; get name(): any; get netStatus(): any; get preShareKey(): any; get routeType(): any; private _securityGroupPolicy; get securityGroupPolicy(): DataTencentcloudVpnConnectionsConnectionListSecurityGroupPolicyList; get state(): any; private _tags; get tags(): any; get vpcId(): any; get vpnGatewayId(): any; get vpnProto(): any; } export declare class DataTencentcloudVpnConnectionsConnectionListStructList 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): DataTencentcloudVpnConnectionsConnectionListStructOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vpn_connections tencentcloud_vpn_connections} */ export declare class DataTencentcloudVpnConnections extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_vpn_connections"; /** * Generates CDKTF code for importing a DataTencentcloudVpnConnections 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 DataTencentcloudVpnConnections to import * @param importFromId The id of the existing DataTencentcloudVpnConnections that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/vpn_connections#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudVpnConnections 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/vpn_connections tencentcloud_vpn_connections} 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 DataTencentcloudVpnConnectionsConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudVpnConnectionsConfig); private _connectionList; get connectionList(): DataTencentcloudVpnConnectionsConnectionListStructList; private _customerGatewayId?; get customerGatewayId(): string; set customerGatewayId(value: string); resetCustomerGatewayId(): void; get customerGatewayIdInput(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _name?; get name(): string; set name(value: string); resetName(): void; get nameInput(): string; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _tags?; get tags(): { [key: string]: string; }; set tags(value: { [key: string]: string; }); resetTags(): void; get tagsInput(): { [key: string]: string; }; private _vpcId?; get vpcId(): string; set vpcId(value: string); resetVpcId(): void; get vpcIdInput(): string; private _vpnGatewayId?; get vpnGatewayId(): string; set vpnGatewayId(value: string); resetVpnGatewayId(): void; get vpnGatewayIdInput(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }