Ipsec Policy Args
constructor(dhGroup: Output<Either<String, DhGroup>>, ikeEncryption: Output<Either<String, IkeEncryption>>, ikeIntegrity: Output<Either<String, IkeIntegrity>>, ipsecEncryption: Output<Either<String, IpsecEncryption>>, ipsecIntegrity: Output<Either<String, IpsecIntegrity>>, pfsGroup: Output<Either<String, PfsGroup>>, saDataSizeKilobytes: Output<Int>, saLifeTimeSeconds: Output<Int>)